about summary refs log tree commit diff
path: root/nptl/pthreadP.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:50 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:50 +0200
commita91bf4e0ff4df92553e72f181ae1f60e1b36503c (patch)
tree7e7e7dcb4c797f287132d163b30b3e5609d77343 /nptl/pthreadP.h
parent7a7229de1da3966e5e69e7c8d4746984003db4a6 (diff)
downloadglibc-a91bf4e0ff4df92553e72f181ae1f60e1b36503c.tar.gz
glibc-a91bf4e0ff4df92553e72f181ae1f60e1b36503c.tar.xz
glibc-a91bf4e0ff4df92553e72f181ae1f60e1b36503c.zip
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>
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r--nptl/pthreadP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h
index 64ec71c23f..c6f95c70a1 100644
--- a/nptl/pthreadP.h
+++ b/nptl/pthreadP.h
@@ -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;