diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurdsig.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index 5041ea079e..a3ec24e9e6 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -929,9 +929,9 @@ _hurd_internal_post_signal (struct hurd_sigstate *ss, for (signo = 1; signo < NSIG; ++signo) if (__sigismember (&ss->pending, signo) && (!__sigismember (&ss->blocked, signo) - /* We "deliver" immediately pending blocked signals whose - action might be to ignore, so that if ignored they are - dropped right away. */ + /* We "deliver" immediately pending blocked signals whose + action might be to ignore, so that if ignored they are + dropped right away. */ || ss->actions[signo].sa_handler == SIG_IGN || ss->actions[signo].sa_handler == SIG_DFL)) { |