mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/make-syscalls.sh: When an undefined syscall has
SOURCE=-, append its symbol names to make variable unix-stub-syscalls. * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls] (sysdep_routines): Add stub-syscalls. ($(objpfx)stub-syscalls.c): New target. (generated): Add stub-syscalls.c. * tls.make.c: Also define use-tls according to USE_TLS macro.
This commit is contained in:
@ -2,6 +2,12 @@
|
||||
|
||||
#include <tls.h>
|
||||
|
||||
#if USE_TLS
|
||||
@@@ use-tls = yes @@@
|
||||
#else
|
||||
@@@ use-tls = no @@@
|
||||
#endif
|
||||
|
||||
#if USE___THREAD
|
||||
@@@ use-thread = yes @@@
|
||||
#else
|
||||
|
Reference in New Issue
Block a user