public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] nptl: Remove sigsuspend from pthread-compat-wrappers
@ 2021-03-26 17:01 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2021-03-26 17:01 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=dd10230fd89503a709466d45d2a8a2bd865efb5b

commit dd10230fd89503a709466d45d2a8a2bd865efb5b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 18 14:48:58 2021 -0300

    nptl: Remove sigsuspend from pthread-compat-wrappers
    
    The symbol is not exported by libpthread.

Diff:
---
 nptl/Makefile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/nptl/Makefile b/nptl/Makefile
index 6d29815b35..6ff2d5e208 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -78,13 +78,7 @@ routines = \
 shared-only-routines = forward
 static-only-routines = pthread_atfork
 
-# We need to provide certain routines for compatibility with existing
-# binaries.
-pthread-compat-wrappers = \
-		      sigsuspend \
-
 libpthread-routines = \
-  $(pthread-compat-wrappers) \
   cancellation \
   cleanup \
   cleanup_compat \
@@ -279,7 +273,6 @@ 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-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables
 
 CFLAGS-futex-internal.c += -fexceptions -fasynchronous-unwind-tables


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-26 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26 17:01 [glibc] nptl: Remove sigsuspend from pthread-compat-wrappers Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).