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 /nptl/Versions | |
parent | 6f2e00cac58600329d187cc14fd7a7f1597e54c8 (diff) | |
download | glibc-fc495dc4e98eb3b96b980293b609e5786d30fc21.tar glibc-fc495dc4e98eb3b96b980293b609e5786d30fc21.tar.gz glibc-fc495dc4e98eb3b96b980293b609e5786d30fc21.tar.bz2 glibc-fc495dc4e98eb3b96b980293b609e5786d30fc21.zip |
nptl: Remove fsync from libpthread
The libc version is identical and built with same flags.
Checked on x86_64-linux-gnu.
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index 9e00ad3f2f..62a9e37e13 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -130,7 +130,6 @@ libpthread { _pthread_cleanup_push_defer; fcntl; flockfile; - fsync; ftrylockfile; funlockfile; longjmp; |