nptl: Remove msgsnd from pthread-compat-wrappers
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 18 Mar 2021 17:46:45 +0000 (14:46 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 26 Mar 2021 16:37:18 +0000 (13:37 -0300)
The symbol is not exported by libpthread.

nptl/Makefile

index c5ad85507d3767e771a1ea45529b36f1f45605d1..c159af8a33ef224d02adb29c64ed456978ddbc7a 100644 (file)
@@ -81,7 +81,7 @@ static-only-routines = pthread_atfork
 # We need to provide certain routines for compatibility with existing
 # binaries.
 pthread-compat-wrappers = \
-                     msgrcv msgsnd \
+                     msgrcv \
                      sigsuspend \
 
 libpthread-routines = \
@@ -281,7 +281,6 @@ CFLAGS-sem_clockwait.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-lockf.c += -fexceptions
 CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-msgrcv.c += -fexceptions -fasynchronous-unwind-tables
-CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables