* sysdep.c (init_sigsegv) [HAVE_STACK_OVERFLOW_HANDLING]: Add comment.
This commit is contained in:
parent
ebd31792b2
commit
ea2791432d
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue