diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:31:17 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 3ddf9bc18587bf4d66b99666150bfc8d0f81fa32 (patch) | |
tree | 4cab4db078356a60b22d1249120155f30e8e6a72 /sysdeps/unix/sysv/linux/ia64 | |
parent | c59f716993bb6011761b25e282094a54ba3c0d49 (diff) | |
download | glibc-3ddf9bc18587bf4d66b99666150bfc8d0f81fa32.tar glibc-3ddf9bc18587bf4d66b99666150bfc8d0f81fa32.tar.gz glibc-3ddf9bc18587bf4d66b99666150bfc8d0f81fa32.tar.bz2 glibc-3ddf9bc18587bf4d66b99666150bfc8d0f81fa32.zip |
nptl: Remove connect from libpthread
The libc version is identical and built with same flags.
Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/libpthread.abilist b/sysdeps/unix/sysv/linux/ia64/libpthread.abilist index a9770df7c0..91f06d2621 100644 --- a/sysdeps/unix/sysv/linux/ia64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/ia64/libpthread.abilist @@ -9,7 +9,6 @@ GLIBC_2.18 pthread_setattr_default_np F GLIBC_2.2 _IO_flockfile F GLIBC_2.2 _IO_ftrylockfile F GLIBC_2.2 _IO_funlockfile F -GLIBC_2.2 __connect F GLIBC_2.2 __errno_location F GLIBC_2.2 __fcntl F GLIBC_2.2 __h_errno_location F @@ -47,7 +46,6 @@ GLIBC_2.2 _pthread_cleanup_pop F GLIBC_2.2 _pthread_cleanup_pop_restore F GLIBC_2.2 _pthread_cleanup_push F GLIBC_2.2 _pthread_cleanup_push_defer F -GLIBC_2.2 connect F GLIBC_2.2 fcntl F GLIBC_2.2 flockfile F GLIBC_2.2 fsync F |