about summary refs log tree commit diff
path: root/socket
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-12 16:42:05 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 15:54:39 -0300
commit643a88a9c1ab023e6b582227b041aaadfabd36aa (patch)
tree8e2658da527e32a4850e79decc75d839ea93e7ac /socket
parent494c3beec9d7ab151879a90586af648372e81be3 (diff)
downloadglibc-643a88a9c1ab023e6b582227b041aaadfabd36aa.tar.gz
glibc-643a88a9c1ab023e6b582227b041aaadfabd36aa.tar.xz
glibc-643a88a9c1ab023e6b582227b041aaadfabd36aa.zip
nptl: Remove recvfrom from libpthread
The libc version is identical and built with same flags.

Checked on x86_64-linux-gnu.
Diffstat (limited to 'socket')
-rw-r--r--socket/Makefile1
1 files changed, 1 insertions, 0 deletions
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