diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 658d4baeed..6498adc3aa 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -90,6 +90,8 @@ CFLAGS-readv.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-writev.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-preadv.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-preadv64.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-pwritev.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-pwritev64.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-usleep.c = -fexceptions CFLAGS-syslog.c = -fexceptions CFLAGS-error.c = -fexceptions |