From 0cf67de81650dee7ccd72b43b9405842d3509fbe Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Sat, 13 Mar 2021 20:15:55 -0300 Subject: nptl: Remove recvmsg from libpthread The libc version is identical and built with same flags. Checked on x86_64-linux-gnu. --- socket/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'socket') 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 -- cgit 1.4.1