xiaoxiang781216 commented on code in PR #10320: URL: https://github.com/apache/nuttx/pull/10320#discussion_r1303752089
########## syscall/syscall.csv: ########## @@ -189,7 +189,6 @@ "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","sched.h","defined(CONFIG_CANCELLATION_POINTS)","void" -"task_tls_alloc","nuttx/tls.h","CONFIG_TLS_TASK_NELEM > 0","int","tls_dtor_t" Review Comment: task_tls_alloc is an internal api shouldn't expose to user application directly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
