From 643a88a9c1ab023e6b582227b041aaadfabd36aa Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 12 Mar 2021 16:42:05 -0300 Subject: nptl: Remove recvfrom 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 f5233e210e..228b141c3b 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -38,3 +38,4 @@ aux := sa_len include ../Rules CFLAGS-recv.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-recvfrom.c += -fexceptions -fasynchronous-unwind-tables -- cgit 1.4.1