Correct some errors found in build testing.

This commit is contained in:
Gregory Nutt
2018-06-25 14:15:03 -06:00
parent 5a0cf3c9a8
commit 872a11b4a0
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -35,8 +35,8 @@
"getpid","unistd.h","","pid_t"
"getrandom","sys/random.h","defined(CONFIG_CRYPTO_RANDOM_POOL)","void","FAR void*","size_t"
"getsockopt","sys/socket.h","CONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)","int","int","int","int","FAR void*","FAR socklen_t*"
"if_indextoname","net/if.h","CONFIG_NETDEV_IFINDEX","FAR char *","unsigned int","FAR char *"
"if_nametoindex","net/if.h","CONFIG_NETDEV_IFINDEX","unsigned int","FAR const char *"
"if_indextoname","net/if.h","defined(CONFIG_NETDEV_IFINDEX)","FAR char *","unsigned int","FAR char *"
"if_nametoindex","net/if.h","defined(CONFIG_NETDEV_IFINDEX)","unsigned int","FAR const char *"
"insmod","nuttx/module.h","defined(CONFIG_MODULE)","FAR void *","FAR const char *","FAR const char *"
"ioctl","sys/ioctl.h","!defined(CONFIG_LIBC_IOCTL_VARIADIC) && (CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0)","int","int","int","unsigned long"
"kill","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","pid_t","int"
1 _exit unistd.h void int
35 getpid unistd.h pid_t
36 getrandom sys/random.h defined(CONFIG_CRYPTO_RANDOM_POOL) void FAR void*
37 getsockopt sys/socket.h CONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET) int int
38 if_indextoname net/if.h CONFIG_NETDEV_IFINDEX defined(CONFIG_NETDEV_IFINDEX) FAR char * unsigned int
39 if_nametoindex net/if.h CONFIG_NETDEV_IFINDEX defined(CONFIG_NETDEV_IFINDEX) unsigned int FAR const char *
40 insmod nuttx/module.h defined(CONFIG_MODULE) FAR void * FAR const char *
41 ioctl sys/ioctl.h !defined(CONFIG_LIBC_IOCTL_VARIADIC) && (CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0) int int
42 kill signal.h !defined(CONFIG_DISABLE_SIGNALS) int pid_t