mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
libc: Move pthread_key_destructor to task_info_s
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -294,14 +294,6 @@ SYSCALL_LOOKUP(telldir, 1)
|
||||
SYSCALL_LOOKUP(shmdt, 1)
|
||||
#endif
|
||||
|
||||
#if CONFIG_TLS_NELEM > 0
|
||||
SYSCALL_LOOKUP(tls_alloc, 0)
|
||||
SYSCALL_LOOKUP(tls_free, 1)
|
||||
SYSCALL_LOOKUP(tls_get_set, 1)
|
||||
SYSCALL_LOOKUP(tls_get_dtor, 1)
|
||||
SYSCALL_LOOKUP(tls_set_dtor, 2)
|
||||
#endif
|
||||
|
||||
/* The following are defined if pthreads are enabled */
|
||||
|
||||
#ifndef CONFIG_DISABLE_PTHREAD
|
||||
|
||||
Reference in New Issue
Block a user