[PATCH v2 14/14] nptl: Remove unused rules

Adhemerval Zanella adhemerval.zanella@linaro.org
Fri Mar 19 20:29:14 GMT 2021


The wrapper are not exported by libpthread.
---
 nptl/Makefile | 5 -----
 1 file changed, 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++
-- 
2.25.1



More information about the Libc-alpha mailing list