* sysdep.c (init_sigsegv) [HAVE_STACK_OVERFLOW_HANDLING]: Add comment.

This commit is contained in:
Dmitry Antipov 2014-08-26 12:01:48 +04:00
parent ebd31792b2
commit ea2791432d

View file

@ -1754,6 +1754,9 @@ handle_sigsegv (int sig, siginfo_t *siginfo, void *arg)
}
}
/* Return true if we have successfully set up SIGSEGV handler on alternate
stack. Otherwise we just treat SIGSEGV among the rest of fatal signals. */
static bool
init_sigsegv (void)
{