mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move pthread_getspecific, __pthread_getspecific into libc
The symbols have been moved using scripts/move-symbol-to-libc.py.
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user