aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-13 20:15:55 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 15:54:39 -0300
commit0cf67de81650dee7ccd72b43b9405842d3509fbe (patch)
tree3da9c98fb57f12555c1ce78c93c082c9c4cae8b2 /nptl/Makefile
parent2d6f4ebd6504da8cce1fe69260b675c393794327 (diff)
downloadglibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.zip
glibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.tar.gz
glibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.tar.bz2
nptl: Remove recvmsg from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 055b146..2efae46 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -87,7 +87,7 @@ pthread-compat-wrappers = \
pread pread64 pwrite pwrite64 \
msgrcv msgsnd \
sigsuspend \
- recvmsg sendmsg
+ sendmsg
libpthread-routines = \
$(pthread-compat-wrappers) \
@@ -297,7 +297,6 @@ CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-send.c += -fexceptions -fasynchronous-unwind-tables
-CFLAGS-recvmsg.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables