From 64a8990bdcb7f7259eb8445e8a7846345869f669 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 21 Apr 2021 19:49:51 +0200 Subject: nptl: Move pthread_setspecific, __pthread_setspecific into libc The symbols have been moved using scripts/move-symbol-to-libc.py. --- sysdeps/nptl/libc-lockP.h | 2 -- sysdeps/nptl/pthread-functions.h | 1 - 2 files changed, 3 deletions(-) (limited to 'sysdeps/nptl') diff --git a/sysdeps/nptl/libc-lockP.h b/sysdeps/nptl/libc-lockP.h index bf92a035f8..10a24568a9 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 diff --git a/sysdeps/nptl/pthread-functions.h b/sysdeps/nptl/pthread-functions.h index 4b4816b873..2d89013ff5 100644 --- a/sysdeps/nptl/pthread-functions.h +++ b/sysdeps/nptl/pthread-functions.h @@ -49,7 +49,6 @@ struct pthread_functions int (*ptr___pthread_rwlock_rdlock) (pthread_rwlock_t *); int (*ptr___pthread_rwlock_wrlock) (pthread_rwlock_t *); int (*ptr___pthread_rwlock_unlock) (pthread_rwlock_t *); - int (*ptr___pthread_setspecific) (pthread_key_t, const void *); int (*ptr__nptl_setxid) (struct xid_command *); }; -- cgit 1.4.1