mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Remove __h_errno_location 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:
@ -2,7 +2,6 @@ GLIBC_2.0 _IO_flockfile F
|
||||
GLIBC_2.0 _IO_ftrylockfile F
|
||||
GLIBC_2.0 _IO_funlockfile F
|
||||
GLIBC_2.0 __errno_location F
|
||||
GLIBC_2.0 __h_errno_location F
|
||||
GLIBC_2.0 flockfile F
|
||||
GLIBC_2.0 ftrylockfile F
|
||||
GLIBC_2.0 funlockfile F
|
||||
|
@ -7,7 +7,6 @@ GLIBC_2.2 _IO_flockfile F
|
||||
GLIBC_2.2 _IO_ftrylockfile F
|
||||
GLIBC_2.2 _IO_funlockfile F
|
||||
GLIBC_2.2 __errno_location F
|
||||
GLIBC_2.2 __h_errno_location F
|
||||
GLIBC_2.2 __pthread_rwlock_destroy F
|
||||
GLIBC_2.2 __pthread_rwlock_init F
|
||||
GLIBC_2.2 __pthread_rwlock_tryrdlock F
|
||||
|
Reference in New Issue
Block a user