From 494c3beec9d7ab151879a90586af648372e81be3 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 12 Mar 2021 16:33:38 -0300 Subject: nptl: Remove recv from libpthread The libc version is identical and built with same flags. Checked on x86_64-linux-gnu. --- socket/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'socket') 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 -- cgit v1.1