diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 20:54:13 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-26 13:37:14 -0300 |
commit | 40873cdd38533a00f3d4f67b85fd5c0a07d7952e (patch) | |
tree | ba74a7aecc2b781e7319682fa01894c8a9da3026 /nptl | |
parent | c5c3588475eece698f965c4066c2e8e425027320 (diff) | |
download | glibc-40873cdd38533a00f3d4f67b85fd5c0a07d7952e.tar.gz glibc-40873cdd38533a00f3d4f67b85fd5c0a07d7952e.tar.xz glibc-40873cdd38533a00f3d4f67b85fd5c0a07d7952e.zip |
nptl: Remove open from libpthread
The libc version is identical and built with same flags. The libc version is set as the default version. Checked on x86_64-linux-gnu.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 3 | ||||
-rw-r--r-- | nptl/Versions | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 6a38dc5022..6ebba19b96 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -81,7 +81,6 @@ static-only-routines = pthread_atfork # We need to provide certain routines for compatibility with existing # binaries. pthread-compat-wrappers = \ - open open64 \ pread pread64 pwrite pwrite64 \ msgrcv msgsnd \ sigsuspend \ @@ -288,8 +287,6 @@ CFLAGS-pwrite64.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-msgrcv.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables diff --git a/nptl/Versions b/nptl/Versions index 7118403b35..b16871d807 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -105,7 +105,6 @@ libpthread { _IO_funlockfile; __errno_location; __h_errno_location; - __open; __pthread_atfork; __pthread_getspecific; __pthread_key_create; @@ -129,7 +128,6 @@ libpthread { ftrylockfile; funlockfile; longjmp; - open; pthread_atfork; pthread_cancel; pthread_cond_broadcast; @@ -218,7 +216,6 @@ libpthread { } GLIBC_2.2 { - __open64; __pread64; __pthread_rwlock_destroy; __pthread_rwlock_init; @@ -229,7 +226,6 @@ libpthread { __pthread_rwlock_wrlock; __pwrite64; __res_state; - open64; pread64; pread; pthread_attr_getstack; |