mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
nptl: Move pthread_setspecific, __pthread_setspecific into libc
The symbols have been moved using scripts/move-symbol-to-libc.py.
This commit is contained in:
@@ -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 *);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user