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/arm | |
parent | 729cb5a2a7131440f9e36638def5b29ed645fc1b (diff) | |
download | glibc-9cf242997d17e679e9ff4f09754b739994a06430.tar.gz glibc-9cf242997d17e679e9ff4f09754b739994a06430.tar.xz 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/arm')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/be/libpthread.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist index fdfcb12577..e035da62e4 100644 --- a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist @@ -37,7 +37,6 @@ GLIBC_2.4 _IO_flockfile F GLIBC_2.4 _IO_ftrylockfile F GLIBC_2.4 _IO_funlockfile F GLIBC_2.4 __errno_location F -GLIBC_2.4 __fcntl F GLIBC_2.4 __h_errno_location F GLIBC_2.4 __libc_allocate_rtsig F GLIBC_2.4 __libc_current_sigrtmax F @@ -79,7 +78,6 @@ GLIBC_2.4 _pthread_cleanup_pop F GLIBC_2.4 _pthread_cleanup_pop_restore F GLIBC_2.4 _pthread_cleanup_push F GLIBC_2.4 _pthread_cleanup_push_defer F -GLIBC_2.4 fcntl F GLIBC_2.4 flockfile F GLIBC_2.4 ftrylockfile F GLIBC_2.4 funlockfile F diff --git a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist index fdfcb12577..e035da62e4 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist @@ -37,7 +37,6 @@ GLIBC_2.4 _IO_flockfile F GLIBC_2.4 _IO_ftrylockfile F GLIBC_2.4 _IO_funlockfile F GLIBC_2.4 __errno_location F -GLIBC_2.4 __fcntl F GLIBC_2.4 __h_errno_location F GLIBC_2.4 __libc_allocate_rtsig F GLIBC_2.4 __libc_current_sigrtmax F @@ -79,7 +78,6 @@ GLIBC_2.4 _pthread_cleanup_pop F GLIBC_2.4 _pthread_cleanup_pop_restore F GLIBC_2.4 _pthread_cleanup_push F GLIBC_2.4 _pthread_cleanup_push_defer F -GLIBC_2.4 fcntl F GLIBC_2.4 flockfile F GLIBC_2.4 ftrylockfile F GLIBC_2.4 funlockfile F |