mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
@ -217,7 +217,7 @@ extern int __concurrency_level attribute_hidden;
|
||||
|
||||
/* Thread-local data key handling. */
|
||||
extern struct pthread_key_struct __pthread_keys[PTHREAD_KEYS_MAX];
|
||||
hidden_proto (__pthread_keys)
|
||||
libc_hidden_proto (__pthread_keys)
|
||||
|
||||
/* Number of threads running. */
|
||||
extern unsigned int __nptl_nthreads;
|
||||
|
Reference in New Issue
Block a user