Xiang Xiao
2021-08-09 16:08:20 +08:00
parent c360ae777b
commit 7afb3354cc
7 changed files with 115 additions and 20 deletions
+2 -2
View File
@@ -56,7 +56,7 @@
"listen","sys/socket.h","defined(CONFIG_NET)","int","int","int"
"lseek","unistd.h","","off_t","int","off_t","int"
"lstat","sys/stat.h","","int","FAR const char *","FAR struct stat *"
"lutimes","sys/time.h","","int","FAR const char *","const struct timeval [2]|FAR const struct timeval *"
"lutimens","sys/stat.h","","int","FAR const char *","const struct timespec [2]|FAR const struct timespec *"
"mkdir","sys/stat.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char *","mode_t"
"mmap","sys/mman.h","","FAR void *","FAR void *","size_t","int","int","int","off_t"
"modhandle","nuttx/module.h","defined(CONFIG_MODULE)","FAR void *","FAR const char *"
@@ -189,7 +189,7 @@
"unlink","unistd.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char *"
"unsetenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","int","FAR const char *"
"up_assert","nuttx/arch.h","","void","FAR const char *","int"
"utimes","sys/time.h","","int","FAR const char *","const struct timeval [2]|FAR const struct timeval *"
"utimens","sys/stat.h","","int","FAR const char *","const struct timespec [2]|FAR const struct timespec *"
"vfork","unistd.h","defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_ARCH_HAVE_VFORK)","pid_t"
"wait","sys/wait.h","defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)","pid_t","FAR int *"
"waitid","sys/wait.h","defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)","int","idtype_t","id_t"," FAR siginfo_t *","int"
1 _exit unistd.h noreturn int
56 listen sys/socket.h defined(CONFIG_NET) int int
57 lseek unistd.h off_t int
58 lstat sys/stat.h int FAR const char *
59 lutimes lutimens sys/time.h sys/stat.h int FAR const char *
60 mkdir sys/stat.h !defined(CONFIG_DISABLE_MOUNTPOINT) int FAR const char *
61 mmap sys/mman.h FAR void * FAR void *
62 modhandle nuttx/module.h defined(CONFIG_MODULE) FAR void * FAR const char *
189 unlink unistd.h !defined(CONFIG_DISABLE_MOUNTPOINT) int FAR const char *
190 unsetenv stdlib.h !defined(CONFIG_DISABLE_ENVIRON) int FAR const char *
191 up_assert nuttx/arch.h void FAR const char *
192 utimes utimens sys/time.h sys/stat.h int FAR const char *
193 vfork unistd.h defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_ARCH_HAVE_VFORK) pid_t
194 wait sys/wait.h defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT) pid_t FAR int *
195 waitid sys/wait.h defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT) int idtype_t