about summary refs log tree commit diff
path: root/socket
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 /socket
parent2d6f4ebd6504da8cce1fe69260b675c393794327 (diff)
downloadglibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.tar.gz
glibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.tar.xz
glibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.zip
nptl: Remove recvmsg from libpthread
The libc version is identical and built with same flags.

Checked on x86_64-linux-gnu.
Diffstat (limited to 'socket')
-rw-r--r--socket/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket/Makefile b/socket/Makefile
index c69c8bbd46..01d3d18fbc 100644
--- a/socket/Makefile
+++ b/socket/Makefile
@@ -40,3 +40,4 @@ include ../Rules
 CFLAGS-recv.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-recvfrom.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-sendto.c += -fexceptions -fasynchronous-unwind-tables
+CFLAGS-recvmsg.c += -fexceptions -fasynchronous-unwind-tables