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 c69c8bbd46..01d3d18fbc 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -40,3 +40,4 @@ include ../Rules 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 |