aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl/libc-lockP.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
commit64a8990bdcb7f7259eb8445e8a7846345869f669 (patch)
tree052e00659387eabeb8f0b5c462ddcc2c480a6be4 /sysdeps/nptl/libc-lockP.h
parentaae43acfd14654d8733f022cd7b44f1636452db9 (diff)
downloadglibc-64a8990bdcb7f7259eb8445e8a7846345869f669.zip
glibc-64a8990bdcb7f7259eb8445e8a7846345869f669.tar.gz
glibc-64a8990bdcb7f7259eb8445e8a7846345869f669.tar.bz2
nptl: Move pthread_setspecific, __pthread_setspecific into libc
The symbols have been moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/nptl/libc-lockP.h')
-rw-r--r--sysdeps/nptl/libc-lockP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/nptl/libc-lockP.h b/sysdeps/nptl/libc-lockP.h
index bf92a03..10a2456 100644
--- a/sysdeps/nptl/libc-lockP.h
+++ b/sysdeps/nptl/libc-lockP.h
@@ -338,7 +338,6 @@ weak_extern (__pthread_rwlock_tryrdlock)
weak_extern (__pthread_rwlock_wrlock)
weak_extern (__pthread_rwlock_trywrlock)
weak_extern (__pthread_rwlock_unlock)
-weak_extern (__pthread_setspecific)
weak_extern (__pthread_initialize)
weak_extern (__pthread_atfork)
# else
@@ -356,7 +355,6 @@ weak_extern (__pthread_atfork)
# pragma weak __pthread_rwlock_wrlock
# pragma weak __pthread_rwlock_trywrlock
# pragma weak __pthread_rwlock_unlock
-# pragma weak __pthread_setspecific
# pragma weak __pthread_initialize
# pragma weak __pthread_atfork
# endif