]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Remove unused rules
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 18 Mar 2021 17:53:22 +0000 (14:53 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 26 Mar 2021 16:37:18 +0000 (13:37 -0300)
The wrapper are not exported by libpthread.

nptl/Makefile

index 3c607899b0a69648202865605310b889d4f675dd..8fe92d43fab25bdf7fdc4d11c4c0245b376a7bb6 100644 (file)
@@ -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++