From: Adhemerval Zanella Date: Thu, 18 Mar 2021 17:47:47 +0000 (-0300) Subject: nptl: Remove msgrcv from pthread-compat-wrappers X-Git-Tag: glibc-2.34~756 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea8966b96537784b05164bd0c486e31defb7d79d;p=thirdparty%2Fglibc.git nptl: Remove msgrcv from pthread-compat-wrappers The symbol is not exported by libpthread. --- diff --git a/nptl/Makefile b/nptl/Makefile index c159af8a33e..6d29815b35a 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