mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Remove remaining code from libpthread
Only the placeholder compatibility symbols are left now. The __errno_location symbol was removed (moved) using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -14,9 +14,3 @@ endif
|
||||
ifeq ($(subdir),signal)
|
||||
sysdep_routines += sigreturn_stub
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),nptl)
|
||||
# pull in __syscall_error routine
|
||||
libpthread-routines += sysdep sigreturn_stub
|
||||
libpthread-shared-only-routines += sysdep sigreturn_stub
|
||||
endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
GLIBC_2.0 __errno_location F
|
||||
GLIBC_2.0 __libpthread_version_placeholder F
|
||||
GLIBC_2.1 __libpthread_version_placeholder F
|
||||
GLIBC_2.1.1 __libpthread_version_placeholder F
|
||||
GLIBC_2.1.2 __libpthread_version_placeholder F
|
||||
|
@ -1,7 +1,7 @@
|
||||
GLIBC_2.11 __libpthread_version_placeholder F
|
||||
GLIBC_2.12 __libpthread_version_placeholder F
|
||||
GLIBC_2.18 __libpthread_version_placeholder F
|
||||
GLIBC_2.2 __errno_location F
|
||||
GLIBC_2.2 __libpthread_version_placeholder F
|
||||
GLIBC_2.2.3 __libpthread_version_placeholder F
|
||||
GLIBC_2.2.6 __libpthread_version_placeholder F
|
||||
GLIBC_2.28 __libpthread_version_placeholder F
|
||||
|
Reference in New Issue
Block a user