From: Adhemerval Zanella Date: Thu, 18 Mar 2021 17:46:45 +0000 (-0300) Subject: nptl: Remove msgsnd from pthread-compat-wrappers X-Git-Tag: glibc-2.34~757 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8562794d116af49650f22d763128e47cd9b21db9;p=thirdparty%2Fglibc.git nptl: Remove msgsnd from pthread-compat-wrappers The symbol is not exported by libpthread. --- diff --git a/nptl/Makefile b/nptl/Makefile index c5ad85507d3..c159af8a33e 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -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