syscall: fix task_testcancel header file

This commit is contained in:
yangxuan8282
2022-08-24 14:58:19 +08:00
committed by Xiang Xiao
parent 0334a35288
commit c77743c463
+1 -1
View File
@@ -170,7 +170,7 @@
"task_setcancelstate","sched.h","","int","int","FAR int *"
"task_setcanceltype","sched.h","defined(CONFIG_CANCELLATION_POINTS)","int","int","FAR int *"
"task_spawn","nuttx/spawn.h","!defined(CONFIG_BUILD_KERNEL)","int","FAR const char *","main_t","FAR const posix_spawn_file_actions_t *","FAR const posix_spawnattr_t *","FAR char * const []|FAR char * const *","FAR char * const []|FAR char * const *"
"task_testcancel","pthread.h","defined(CONFIG_CANCELLATION_POINTS)","void"
"task_testcancel","sched.h","defined(CONFIG_CANCELLATION_POINTS)","void"
"task_tls_alloc","nuttx/tls.h","CONFIG_TLS_TASK_NELEM > 0","int","tls_dtor_t"
"timer_create","time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","clockid_t","FAR struct sigevent *","FAR timer_t *"
"timer_delete","time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","timer_t"
1 _exit unistd.h noreturn int
170 task_setcancelstate sched.h int int
171 task_setcanceltype sched.h defined(CONFIG_CANCELLATION_POINTS) int int
172 task_spawn nuttx/spawn.h !defined(CONFIG_BUILD_KERNEL) int FAR const char *
173 task_testcancel pthread.h sched.h defined(CONFIG_CANCELLATION_POINTS) void
174 task_tls_alloc nuttx/tls.h CONFIG_TLS_TASK_NELEM > 0 int tls_dtor_t
175 timer_create time.h !defined(CONFIG_DISABLE_POSIX_TIMERS) int clockid_t
176 timer_delete time.h !defined(CONFIG_DISABLE_POSIX_TIMERS) int timer_t