aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 14:47:47 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-26 13:37:18 -0300
commitea8966b96537784b05164bd0c486e31defb7d79d (patch)
treebb9f2ac02348fda50232d6ce01bf8cadf130389b /nptl
parent8562794d116af49650f22d763128e47cd9b21db9 (diff)
downloadglibc-ea8966b96537784b05164bd0c486e31defb7d79d.zip
glibc-ea8966b96537784b05164bd0c486e31defb7d79d.tar.gz
glibc-ea8966b96537784b05164bd0c486e31defb7d79d.tar.bz2
nptl: Remove msgrcv from pthread-compat-wrappers
The symbol is not exported by libpthread.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index c159af8..6d29815 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