[PATCH 21/30] nptl: Remove sigsuspend from libpthread

Adhemerval Zanella adhemerval.zanella@linaro.org
Tue Mar 16 20:05:01 GMT 2021


The libc version is identical and built with same flags.

Checked on x86_64-linux-gnu.
---
 nptl/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nptl/Makefile b/nptl/Makefile
index 36b59f8a62..709818392e 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -81,7 +81,6 @@ static-only-routines = pthread_atfork
 # We need to provide certain routines for compatibility with existing
 # binaries.
 pthread-compat-wrappers = \
-		      sigsuspend \
 		      recvmsg sendmsg
 
 libpthread-routines = \
@@ -284,7 +283,6 @@ CFLAGS-fcntl64.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-lockf.c += -fexceptions
 CFLAGS-recvmsg.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables
-CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables
 
 CFLAGS-pt-system.c += -fexceptions
-- 
2.25.1



More information about the Libc-alpha mailing list