diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:47:45 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | fc495dc4e98eb3b96b980293b609e5786d30fc21 (patch) | |
tree | 9b33867ef3a14a41aa44df6ea26f7caa873ea36f /sysdeps/unix/sysv/linux/nios2 | |
parent | 6f2e00cac58600329d187cc14fd7a7f1597e54c8 (diff) | |
download | glibc-fc495dc4e98eb3b96b980293b609e5786d30fc21.tar.gz |
nptl: Remove fsync 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/nios2')
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist index 2c881bef1a..ff38d3ae8d 100644 --- a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist @@ -46,7 +46,6 @@ GLIBC_2.21 _pthread_cleanup_push F GLIBC_2.21 _pthread_cleanup_push_defer F GLIBC_2.21 fcntl F GLIBC_2.21 flockfile F -GLIBC_2.21 fsync F GLIBC_2.21 ftrylockfile F GLIBC_2.21 funlockfile F GLIBC_2.21 longjmp F |