diff options
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 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 |