diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-05-06 15:49:45 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-05-10 23:35:44 -0300 |
commit | 7b4e7ca9db350b53cc88ff3d0bc99279225f5cc7 (patch) | |
tree | 377ad643b275aa65c218e8c1336e3fd85f7a398d /sysdeps/unix/sysv/linux/aarch64 | |
parent | 30685597a4f81c8dcd4dd7335debdb72ae450924 (diff) | |
download | glibc-7b4e7ca9db350b53cc88ff3d0bc99279225f5cc7.tar.gz glibc-7b4e7ca9db350b53cc88ff3d0bc99279225f5cc7.tar.xz glibc-7b4e7ca9db350b53cc88ff3d0bc99279225f5cc7.zip |
linux: Move flockfile/_IO_flockfile into libc
The nptl version is used as default, since now with symbol always present the single-thread optimization is tricky. Hurd is not change, it is used it own lock scheme (which call _cthreads_flockfile). Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/aarch64')
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist b/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist index b4f0fdd999..b5a21ad7cd 100644 --- a/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist @@ -1,4 +1,3 @@ -GLIBC_2.17 _IO_flockfile F GLIBC_2.17 _IO_ftrylockfile F GLIBC_2.17 _IO_funlockfile F GLIBC_2.17 __errno_location F @@ -6,7 +5,6 @@ GLIBC_2.17 __pthread_register_cancel F GLIBC_2.17 __pthread_register_cancel_defer F GLIBC_2.17 __pthread_unregister_cancel F GLIBC_2.17 __pthread_unregister_cancel_restore F -GLIBC_2.17 flockfile F GLIBC_2.17 ftrylockfile F GLIBC_2.17 funlockfile F GLIBC_2.17 pthread_attr_getaffinity_np F |