diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-05-06 16:01:15 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-05-10 23:35:44 -0300 |
commit | e874d3d189f355fdf0e9ef9c0d0f493c6cf767be (patch) | |
tree | 50c4ae4ce2b0691961672c1a0ebf5286d84cabbc /sysdeps/unix/sysv/linux/i386 | |
parent | 7b4e7ca9db350b53cc88ff3d0bc99279225f5cc7 (diff) | |
download | glibc-e874d3d189f355fdf0e9ef9c0d0f493c6cf767be.tar.gz glibc-e874d3d189f355fdf0e9ef9c0d0f493c6cf767be.tar.xz glibc-e874d3d189f355fdf0e9ef9c0d0f493c6cf767be.zip |
linux: Move ftrylockfile/_IO_ftrylockfile 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_ftrylockfile). Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/libpthread.abilist b/sysdeps/unix/sysv/linux/i386/libpthread.abilist index 36d415aef5..e50fac2320 100644 --- a/sysdeps/unix/sysv/linux/i386/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/i386/libpthread.abilist @@ -1,7 +1,5 @@ -GLIBC_2.0 _IO_ftrylockfile F GLIBC_2.0 _IO_funlockfile F GLIBC_2.0 __errno_location F -GLIBC_2.0 ftrylockfile F GLIBC_2.0 funlockfile F GLIBC_2.0 pthread_cancel F GLIBC_2.0 pthread_create F |