Skip to content

Commit

Permalink
MBARI 7 -- CHECK_INTS after sending signals in case of suicide
Browse files Browse the repository at this point in the history
  • Loading branch information
brentr authored and FooBarWidget committed Dec 30, 2011
1 parent 7078a81 commit 2fde3c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signal.c
Expand Up @@ -392,6 +392,7 @@ rb_f_kill(argc, argv)
rb_sys_fail(0);
}
}
CHECK_INTS; /* in case we killed ourselves */
return INT2FIX(i-1);
}

Expand Down

0 comments on commit 2fde3c4

Please sign in to comment.