From 6f2e00cac58600329d187cc14fd7a7f1597e54c8 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 12 Mar 2021 16:45:29 -0300 Subject: nptl: Remove sendto 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 228b141c3b..c69c8bbd46 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -39,3 +39,4 @@ include ../Rules CFLAGS-recv.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-recvfrom.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-sendto.c += -fexceptions -fasynchronous-unwind-tables -- cgit 1.4.1