about summary refs log tree commit diff
path: root/socket
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-14 09:28:25 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 15:54:39 -0300
commit729cb5a2a7131440f9e36638def5b29ed645fc1b (patch)
tree72e55458d3b374ac12ebb2989f6dc71be8e04d6a /socket
parent0cf67de81650dee7ccd72b43b9405842d3509fbe (diff)
downloadglibc-729cb5a2a7131440f9e36638def5b29ed645fc1b.tar.gz
glibc-729cb5a2a7131440f9e36638def5b29ed645fc1b.tar.xz
glibc-729cb5a2a7131440f9e36638def5b29ed645fc1b.zip
nptl: Remove sendmsg 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 01d3d18fbc..75582b1513 100644
--- a/socket/Makefile
+++ b/socket/Makefile
@@ -41,3 +41,4 @@ 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
+CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables