about summary refs log tree commit diff
path: root/socket
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-12 16:33:38 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 15:54:39 -0300
commit494c3beec9d7ab151879a90586af648372e81be3 (patch)
treeb5f7c42f8c6f05b16c58dc9505c64774cbd1d163 /socket
parent3ddf9bc18587bf4d66b99666150bfc8d0f81fa32 (diff)
downloadglibc-494c3beec9d7ab151879a90586af648372e81be3.tar.gz
glibc-494c3beec9d7ab151879a90586af648372e81be3.tar.xz
glibc-494c3beec9d7ab151879a90586af648372e81be3.zip
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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/socket/Makefile b/socket/Makefile
index 600891d5d1..f5233e210e 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