diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:42:05 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 643a88a9c1ab023e6b582227b041aaadfabd36aa (patch) | |
tree | 8e2658da527e32a4850e79decc75d839ea93e7ac /socket | |
parent | 494c3beec9d7ab151879a90586af648372e81be3 (diff) | |
download | glibc-643a88a9c1ab023e6b582227b041aaadfabd36aa.zip glibc-643a88a9c1ab023e6b582227b041aaadfabd36aa.tar.gz glibc-643a88a9c1ab023e6b582227b041aaadfabd36aa.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/socket/Makefile b/socket/Makefile index f5233e2..228b141 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 |