about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 14:53:22 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-26 13:37:18 -0300
commit7ab232e081ffd4175b59d64619a30bf8062df097 (patch)
treec798d080afb284397b802f0d1e5b6b1ad8c74f22
parent09ce31eddfd87aab73ad7a7e92d3cb27e35199ac (diff)
downloadglibc-7ab232e081ffd4175b59d64619a30bf8062df097.tar.gz
glibc-7ab232e081ffd4175b59d64619a30bf8062df097.tar.xz
glibc-7ab232e081ffd4175b59d64619a30bf8062df097.zip
nptl: Remove unused rules
The wrapper are not exported by libpthread.
-rw-r--r--nptl/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 3c607899b0..8fe92d43fa 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -266,11 +266,6 @@ CFLAGS-sem_wait.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-sem_timedwait.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-sem_clockwait.c = -fexceptions -fasynchronous-unwind-tables
 
-# These are the function wrappers we have to duplicate here.
-CFLAGS-lockf.c += -fexceptions
-CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables
-CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables
-
 CFLAGS-futex-internal.c += -fexceptions -fasynchronous-unwind-tables
 
 LDLIBS-tst-once5 = -lstdc++