diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-14 09:28:25 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 729cb5a2a7131440f9e36638def5b29ed645fc1b (patch) | |
tree | 72e55458d3b374ac12ebb2989f6dc71be8e04d6a /socket | |
parent | 0cf67de81650dee7ccd72b43b9405842d3509fbe (diff) | |
download | glibc-729cb5a2a7131440f9e36638def5b29ed645fc1b.tar glibc-729cb5a2a7131440f9e36638def5b29ed645fc1b.tar.gz glibc-729cb5a2a7131440f9e36638def5b29ed645fc1b.tar.bz2 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/Makefile | 1 |
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 |