aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--signal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/signal.c b/signal.c
index f5900e66f8..d71f757ca5 100644
--- a/signal.c
+++ b/signal.c
@@ -935,6 +935,9 @@ sigsegv(int sig SIGINFO_ARG)
#endif
#ifdef SIGILL
+
+NORETURN(static ruby_sigaction_t sigill);
+
static RETSIGTYPE
sigill(int sig SIGINFO_ARG)
{