aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
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/Makefile
parent7a7229de1da3966e5e69e7c8d4746984003db4a6 (diff)
downloadglibc-a91bf4e0ff4df92553e72f181ae1f60e1b36503c.tar
glibc-a91bf4e0ff4df92553e72f181ae1f60e1b36503c.tar.gz
glibc-a91bf4e0ff4df92553e72f181ae1f60e1b36503c.tar.bz2
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/Makefile')
-rw-r--r--nptl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index dce54d02df..21119910c5 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -76,6 +76,7 @@ routines = \
pthread_getaffinity \
pthread_getattr_np \
pthread_getschedparam \
+ pthread_keys \
pthread_kill \
pthread_mutex_consistent \
pthread_once \