From 729cb5a2a7131440f9e36638def5b29ed645fc1b Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Sun, 14 Mar 2021 09:28:25 -0300 Subject: nptl: Remove sendmsg 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 01d3d18fbc..75582b1513 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -41,3 +41,4 @@ 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 +CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables -- cgit 1.4.1