diff options
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 2e8e11f..00e9260 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -2520,7 +2520,7 @@ set_proc_siginfo (pip, signo) #ifdef PROCFS_DONT_PIOCSSIG_CURSIG /* With Alpha OSF/1 procfs, the kernel gets really confused if it - receives a PIOCSSSIG with a signal identical to the current signal, + receives a PIOCSSIG with a signal identical to the current signal, it messes up the current signal. Work around the kernel bug. */ if (signo == pip -> prstatus.pr_cursig) return; |