mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
nptl: Move __pthread_keys global variable into libc
This prepares moving pthread_exit, and later the pthread_key_create infrastructure. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -33,8 +33,3 @@ int __default_pthread_attr_lock = LLL_LOCK_INITIALIZER;
|
||||
nptl/descr.h for more context on the single-threaded process case. */
|
||||
int __pthread_multiple_threads attribute_hidden;
|
||||
#endif
|
||||
|
||||
/* Table of the key information. */
|
||||
struct pthread_key_struct __pthread_keys[PTHREAD_KEYS_MAX]
|
||||
__attribute__ ((nocommon));
|
||||
hidden_data_def (__pthread_keys)
|
||||
|
Reference in New Issue
Block a user