diff options
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r-- | gdb/event-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c index cab6c84..45ad7b9 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -1031,7 +1031,7 @@ handle_fatal_signal (int sig) } #endif - /* If possible arrange for SIG to have its default behaviour (which + /* If possible arrange for SIG to have its default behavior (which should be to terminate the current process), unblock SIG, and reraise the signal. This ensures GDB terminates with the expected signal. */ if (signal (sig, SIG_DFL) != SIG_ERR |