]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Remove msgrcv from pthread-compat-wrappers
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 18 Mar 2021 17:47:47 +0000 (14:47 -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 c159af8a33ef224d02adb29c64ed456978ddbc7a..6d29815b35adfc30b15dafcfae5b52d097d13ecc 100644 (file)
@@ -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