diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-21 19:49:51 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-21 19:49:51 +0200 |
commit | aae43acfd14654d8733f022cd7b44f1636452db9 (patch) | |
tree | 73af98b711ab1482caa86406b9fcdb8b1b561912 /nptl/nptl-init.c | |
parent | 6f009ea9848a473578ccdebc0dc1ccf50debc047 (diff) | |
download | glibc-aae43acfd14654d8733f022cd7b44f1636452db9.tar.gz glibc-aae43acfd14654d8733f022cd7b44f1636452db9.tar.xz glibc-aae43acfd14654d8733f022cd7b44f1636452db9.zip |
nptl: Move pthread_getspecific, __pthread_getspecific into libc
The symbols have been moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'nptl/nptl-init.c')
-rw-r--r-- | nptl/nptl-init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c index c2cb8acdaa..7c1c871821 100644 --- a/nptl/nptl-init.c +++ b/nptl/nptl-init.c @@ -69,7 +69,6 @@ static const struct pthread_functions pthread_functions = .ptr___pthread_rwlock_rdlock = __pthread_rwlock_rdlock, .ptr___pthread_rwlock_wrlock = __pthread_rwlock_wrlock, .ptr___pthread_rwlock_unlock = __pthread_rwlock_unlock, - .ptr___pthread_getspecific = __pthread_getspecific, .ptr___pthread_setspecific = __pthread_setspecific, .ptr__nptl_setxid = __nptl_setxid, }; |