diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:45:29 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 6f2e00cac58600329d187cc14fd7a7f1597e54c8 (patch) | |
tree | a2fee94da519393e06635d33c19549efe394ed78 /socket | |
parent | 643a88a9c1ab023e6b582227b041aaadfabd36aa (diff) | |
download | glibc-6f2e00cac58600329d187cc14fd7a7f1597e54c8.zip glibc-6f2e00cac58600329d187cc14fd7a7f1597e54c8.tar.gz glibc-6f2e00cac58600329d187cc14fd7a7f1597e54c8.tar.bz2 |
nptl: Remove sendto 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 228b141..c69c8bb 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 |