Fix up some problems/issues remaining from PR 1007

1. Add missing conditional logic in include/sys/syscall_lookup.h
2. CONFIG_NPTHREAD_KEYS removed from code but was still in sched/Kconfig
3. Refresh all configurations affected by PR 1007
4. syscall/syscall_funclookup.c needs to include nuttx/tls.h
This commit is contained in:
Gregory Nutt
2020-05-08 12:02:42 -06:00
committed by Abdelatif Guettouche
parent 9ce03b1660
commit 4301682fbc
32 changed files with 49 additions and 73 deletions
+2
View File
@@ -283,8 +283,10 @@ SYSCALL_LOOKUP(telldir, 1)
SYSCALL_LOOKUP(shmdt, 1)
#endif
#if CONFIG_TLS_NELEM > 0
SYSCALL_LOOKUP(tls_alloc, 0)
SYSCALL_LOOKUP(tls_free, 1)
#endif
/* The following are defined if pthreads are enabled */