aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
Diffstat (limited to 'nptl')
-rw-r--r--nptl/Makefile3
-rw-r--r--nptl/Versions1
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;