aboutsummaryrefslogtreecommitdiffstats
path: root/signal.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-18 09:44:45 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-18 09:44:45 +0000
commit9d792adbd33f5edd0233e36bed3cadca388adceb (patch)
tree4ccd2b056bdab53bf382213142c6f7f80f50aee9 /signal.c
parent856496bfa90dde318ab92cfd37e3456b051d750d (diff)
downloadruby-9d792adbd33f5edd0233e36bed3cadca388adceb.tar.gz
sigill marked as NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'signal.c')
-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)
{