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:51 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:51 +0200
commit6f009ea9848a473578ccdebc0dc1ccf50debc047 (patch)
tree6f50bdd34cb58dda52ecb53f0651d2d5c3baa693 /nptl/pthreadP.h
parent442e8a40da9dfa24aeebf4f1a163f0a58b12cf7e (diff)
downloadglibc-6f009ea9848a473578ccdebc0dc1ccf50debc047.tar.gz
glibc-6f009ea9848a473578ccdebc0dc1ccf50debc047.tar.xz
glibc-6f009ea9848a473578ccdebc0dc1ccf50debc047.zip
nptl: Move pthread_key_create, __pthread_key_create into libc
The symbols have been moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r--nptl/pthreadP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h
index b61fda8942..32b1c102a6 100644
--- a/nptl/pthreadP.h
+++ b/nptl/pthreadP.h
@@ -559,7 +559,6 @@ hidden_proto (__pthread_mutex_unlock)
 hidden_proto (__pthread_rwlock_rdlock)
 hidden_proto (__pthread_rwlock_wrlock)
 hidden_proto (__pthread_rwlock_unlock)
-hidden_proto (__pthread_key_create)
 hidden_proto (__pthread_getspecific)
 hidden_proto (__pthread_setspecific)
 hidden_proto (__pthread_testcancel)