diff options
Diffstat (limited to 'socket/Makefile')
-rw-r--r-- | socket/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/socket/Makefile b/socket/Makefile index 01d3d18..75582b1 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -41,3 +41,4 @@ CFLAGS-recv.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-recvfrom.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sendto.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-recvmsg.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables |