diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index f32bd5d1bb6..c0d651b296a 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -1754,6 +1754,9 @@ handle_sigsegv (int sig, siginfo_t *siginfo, void *arg) | |||
| 1754 | } | 1754 | } |
| 1755 | } | 1755 | } |
| 1756 | 1756 | ||
| 1757 | /* Return true if we have successfully set up SIGSEGV handler on alternate | ||
| 1758 | stack. Otherwise we just treat SIGSEGV among the rest of fatal signals. */ | ||
| 1759 | |||
| 1757 | static bool | 1760 | static bool |
| 1758 | init_sigsegv (void) | 1761 | init_sigsegv (void) |
| 1759 | { | 1762 | { |