diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:33:38 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 494c3beec9d7ab151879a90586af648372e81be3 (patch) | |
tree | b5f7c42f8c6f05b16c58dc9505c64774cbd1d163 /socket | |
parent | 3ddf9bc18587bf4d66b99666150bfc8d0f81fa32 (diff) | |
download | glibc-494c3beec9d7ab151879a90586af648372e81be3.zip glibc-494c3beec9d7ab151879a90586af648372e81be3.tar.gz glibc-494c3beec9d7ab151879a90586af648372e81be3.tar.bz2 |
nptl: Remove recv 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/socket/Makefile b/socket/Makefile index 600891d..f5233e2 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -36,3 +36,5 @@ tests := tst-accept4 aux := sa_len include ../Rules + +CFLAGS-recv.c += -fexceptions -fasynchronous-unwind-tables |