From: Adhemerval Zanella Date: Thu, 18 Mar 2021 17:53:22 +0000 (-0300) Subject: nptl: Remove unused rules X-Git-Tag: glibc-2.34~750 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ab232e081ffd4175b59d64619a30bf8062df097;p=thirdparty%2Fglibc.git nptl: Remove unused rules The wrapper are not exported by libpthread. --- diff --git a/nptl/Makefile b/nptl/Makefile index 3c607899b0a..8fe92d43fab 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++