diff options
Diffstat (limited to 'signal')
-rw-r--r-- | signal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/signal/Makefile b/signal/Makefile index 9d29ff49f3..ccd6f51619 100644 --- a/signal/Makefile +++ b/signal/Makefile @@ -48,3 +48,5 @@ CFLAGS-sigsuspend.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-sigtimedwait.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-sigwait.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-sigwaitinfo.c = -fexceptions -fasynchronous-unwind-tables + +CFLAGS-sigreturn.c = $(no-stack-protector) |