[PATCH v2 08/14] nptl: Remove msgrcv from pthread-compat-wrappers

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


The symbol is not exported by libpthread.
---
 nptl/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nptl/Makefile b/nptl/Makefile
index c159af8a33..6d29815b35 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 = \
-		      msgrcv \
 		      sigsuspend \
 
 libpthread-routines = \
@@ -280,7 +279,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-msgrcv.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables
 
-- 
2.25.1



More information about the Libc-alpha mailing list