diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:26:53 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:24 -0300 |
commit | bdfed2e2cd166536d03a247925f6df3800ec4acc (patch) | |
tree | 04757597d5fcf1140e168e27ac30eecb7381d35c /sysdeps/unix/sysv/linux/riscv | |
parent | baab50cfb9b7e31e18f1ecfb463c1908454ce81d (diff) | |
download | glibc-bdfed2e2cd166536d03a247925f6df3800ec4acc.tar glibc-bdfed2e2cd166536d03a247925f6df3800ec4acc.tar.gz glibc-bdfed2e2cd166536d03a247925f6df3800ec4acc.tar.bz2 glibc-bdfed2e2cd166536d03a247925f6df3800ec4acc.zip |
nptl: Remove close 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/riscv')
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist b/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist index e5e9fd72b5..6510e60fc7 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist @@ -1,7 +1,6 @@ GLIBC_2.33 _IO_flockfile F GLIBC_2.33 _IO_ftrylockfile F GLIBC_2.33 _IO_funlockfile F -GLIBC_2.33 __close F GLIBC_2.33 __connect F GLIBC_2.33 __errno_location F GLIBC_2.33 __h_errno_location F @@ -47,7 +46,6 @@ GLIBC_2.33 _pthread_cleanup_push F GLIBC_2.33 _pthread_cleanup_push_defer F GLIBC_2.33 accept F GLIBC_2.33 call_once F -GLIBC_2.33 close F GLIBC_2.33 cnd_broadcast F GLIBC_2.33 cnd_destroy F GLIBC_2.33 cnd_init F diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist index a4c480b073..90cbaeccac 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist @@ -1,7 +1,6 @@ GLIBC_2.27 _IO_flockfile F GLIBC_2.27 _IO_ftrylockfile F GLIBC_2.27 _IO_funlockfile F -GLIBC_2.27 __close F GLIBC_2.27 __connect F GLIBC_2.27 __errno_location F GLIBC_2.27 __fcntl F @@ -47,7 +46,6 @@ GLIBC_2.27 _pthread_cleanup_pop_restore F GLIBC_2.27 _pthread_cleanup_push F GLIBC_2.27 _pthread_cleanup_push_defer F GLIBC_2.27 accept F -GLIBC_2.27 close F GLIBC_2.27 connect F GLIBC_2.27 fcntl F GLIBC_2.27 flockfile F |