diff options
Diffstat (limited to 'gdb/proc-events.c')
-rw-r--r-- | gdb/proc-events.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/proc-events.c b/gdb/proc-events.c index b3a3181..bbe5701 100644 --- a/gdb/proc-events.c +++ b/gdb/proc-events.c @@ -1515,7 +1515,8 @@ static struct trans signal_table[] = { SIGIO, "SIGIO", "Socket I/O possible" }, /* alias for SIGPOLL */ #endif #ifdef SIGSTOP - { SIGSTOP, "SIGSTOP", "Stop, not from tty" }, /* cannot be caught or ignored */ + { SIGSTOP, "SIGSTOP", "Stop, not from tty" }, /* cannot be caught or + ignored */ #endif #ifdef SIGTSTP { SIGTSTP, "SIGTSTP", "User stop from tty" }, |