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 | |
parent | 6f2e00cac58600329d187cc14fd7a7f1597e54c8 (diff) | |
download | glibc-fc495dc4e98eb3b96b980293b609e5786d30fc21.zip glibc-fc495dc4e98eb3b96b980293b609e5786d30fc21.tar.gz glibc-fc495dc4e98eb3b96b980293b609e5786d30fc21.tar.bz2 |
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')
-rw-r--r-- | nptl/Makefile | 3 | ||||
-rw-r--r-- | nptl/Versions | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 72b0c04..2b00bed 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -82,7 +82,7 @@ static-only-routines = pthread_atfork # binaries. pthread-compat-wrappers = \ send \ - fsync lseek lseek64 \ + lseek lseek64 \ msync open open64 pause \ pread pread64 pwrite pwrite64 \ tcdrain msgrcv msgsnd \ @@ -304,7 +304,6 @@ CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-msync.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-fsync.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-pt-system.c += -fexceptions diff --git a/nptl/Versions b/nptl/Versions index 9e00ad3..62a9e37 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -130,7 +130,6 @@ libpthread { _pthread_cleanup_push_defer; fcntl; flockfile; - fsync; ftrylockfile; funlockfile; longjmp; |