mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +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.33 _IO_flockfile F
|
||||
GLIBC_2.33 _IO_ftrylockfile F
|
||||
GLIBC_2.33 _IO_funlockfile F
|
||||
GLIBC_2.33 __errno_location F
|
||||
GLIBC_2.33 __h_errno_location F
|
||||
GLIBC_2.33 __pthread_register_cancel F
|
||||
GLIBC_2.33 __pthread_register_cancel_defer F
|
||||
GLIBC_2.33 __pthread_rwlock_destroy F
|
||||
|
||||
@@ -2,7 +2,6 @@ GLIBC_2.27 _IO_flockfile F
|
||||
GLIBC_2.27 _IO_ftrylockfile F
|
||||
GLIBC_2.27 _IO_funlockfile F
|
||||
GLIBC_2.27 __errno_location F
|
||||
GLIBC_2.27 __h_errno_location F
|
||||
GLIBC_2.27 __pthread_register_cancel F
|
||||
GLIBC_2.27 __pthread_register_cancel_defer F
|
||||
GLIBC_2.27 __pthread_rwlock_destroy F
|
||||
|
||||
Reference in New Issue
Block a user