diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-14 09:52:16 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 9cf242997d17e679e9ff4f09754b739994a06430 (patch) | |
tree | 251c5b70e38e87649d365435ec2f87a158b51950 /sysdeps/unix/sysv/linux/mips/mips64 | |
parent | 729cb5a2a7131440f9e36638def5b29ed645fc1b (diff) | |
download | glibc-9cf242997d17e679e9ff4f09754b739994a06430.tar glibc-9cf242997d17e679e9ff4f09754b739994a06430.tar.gz glibc-9cf242997d17e679e9ff4f09754b739994a06430.tar.bz2 glibc-9cf242997d17e679e9ff4f09754b739994a06430.zip |
nptl: Move fcntl 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/mips/mips64')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist b/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist index 04cbf0059b..430b3b2734 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist @@ -2,7 +2,6 @@ GLIBC_2.0 _IO_flockfile F GLIBC_2.0 _IO_ftrylockfile F GLIBC_2.0 _IO_funlockfile F GLIBC_2.0 __errno_location F -GLIBC_2.0 __fcntl F GLIBC_2.0 __h_errno_location F GLIBC_2.0 __lseek F GLIBC_2.0 __open F @@ -24,7 +23,6 @@ GLIBC_2.0 _pthread_cleanup_pop F GLIBC_2.0 _pthread_cleanup_pop_restore F GLIBC_2.0 _pthread_cleanup_push F GLIBC_2.0 _pthread_cleanup_push_defer F -GLIBC_2.0 fcntl F GLIBC_2.0 flockfile F GLIBC_2.0 ftrylockfile F GLIBC_2.0 funlockfile F |