mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Remove __res_state from libpthread
The existing definition in libc will be used instead. The symbol was moved (that is, removed) using scripts/move-symbol-to-libc.py.
This commit is contained in:
@ -55,7 +55,6 @@ GLIBC_2.2 __pthread_rwlock_destroy F
|
||||
GLIBC_2.2 __pthread_rwlock_init F
|
||||
GLIBC_2.2 __pthread_rwlock_tryrdlock F
|
||||
GLIBC_2.2 __pthread_rwlock_trywrlock F
|
||||
GLIBC_2.2 __res_state F
|
||||
GLIBC_2.2 pthread_attr_getstack F
|
||||
GLIBC_2.2 pthread_attr_setstack F
|
||||
GLIBC_2.2 pthread_barrier_destroy F
|
||||
|
@ -12,7 +12,6 @@ GLIBC_2.2 __pthread_rwlock_destroy F
|
||||
GLIBC_2.2 __pthread_rwlock_init F
|
||||
GLIBC_2.2 __pthread_rwlock_tryrdlock F
|
||||
GLIBC_2.2 __pthread_rwlock_trywrlock F
|
||||
GLIBC_2.2 __res_state F
|
||||
GLIBC_2.2 flockfile F
|
||||
GLIBC_2.2 ftrylockfile F
|
||||
GLIBC_2.2 funlockfile F
|
||||
|
Reference in New Issue
Block a user