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 /sysdeps/unix/sysv/linux/sh | |
parent | c5c3588475eece698f965c4066c2e8e425027320 (diff) | |
download | glibc-40873cdd38533a00f3d4f67b85fd5c0a07d7952e.tar glibc-40873cdd38533a00f3d4f67b85fd5c0a07d7952e.tar.gz glibc-40873cdd38533a00f3d4f67b85fd5c0a07d7952e.tar.bz2 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 'sysdeps/unix/sysv/linux/sh')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/le/libpthread.abilist | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist index d20fa17c94..ed1cd3a6e3 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist @@ -14,8 +14,6 @@ GLIBC_2.2 __h_errno_location F GLIBC_2.2 __libc_allocate_rtsig F GLIBC_2.2 __libc_current_sigrtmax F GLIBC_2.2 __libc_current_sigrtmin F -GLIBC_2.2 __open F -GLIBC_2.2 __open64 F GLIBC_2.2 __pread64 F GLIBC_2.2 __pthread_getspecific F GLIBC_2.2 __pthread_key_create F @@ -47,8 +45,6 @@ GLIBC_2.2 flockfile F GLIBC_2.2 ftrylockfile F GLIBC_2.2 funlockfile F GLIBC_2.2 longjmp F -GLIBC_2.2 open F -GLIBC_2.2 open64 F GLIBC_2.2 pread F GLIBC_2.2 pread64 F GLIBC_2.2 pthread_atfork F diff --git a/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist index d20fa17c94..ed1cd3a6e3 100644 --- a/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist @@ -14,8 +14,6 @@ GLIBC_2.2 __h_errno_location F GLIBC_2.2 __libc_allocate_rtsig F GLIBC_2.2 __libc_current_sigrtmax F GLIBC_2.2 __libc_current_sigrtmin F -GLIBC_2.2 __open F -GLIBC_2.2 __open64 F GLIBC_2.2 __pread64 F GLIBC_2.2 __pthread_getspecific F GLIBC_2.2 __pthread_key_create F @@ -47,8 +45,6 @@ GLIBC_2.2 flockfile F GLIBC_2.2 ftrylockfile F GLIBC_2.2 funlockfile F GLIBC_2.2 longjmp F -GLIBC_2.2 open F -GLIBC_2.2 open64 F GLIBC_2.2 pread F GLIBC_2.2 pread64 F GLIBC_2.2 pthread_atfork F |