diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-13 20:15:55 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 0cf67de81650dee7ccd72b43b9405842d3509fbe (patch) | |
tree | 3da9c98fb57f12555c1ce78c93c082c9c4cae8b2 /socket | |
parent | 2d6f4ebd6504da8cce1fe69260b675c393794327 (diff) | |
download | glibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.tar glibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.tar.gz glibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.tar.bz2 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/Makefile | 1 |
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 |