diff options
Diffstat (limited to 'hurd/hurdsig.c')
-rw-r--r-- | hurd/hurdsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index f2bc08993d..1ff6535c69 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -908,7 +908,7 @@ _hurd_internal_post_signal (struct hurd_sigstate *ss, for (signo = 1; signo < NSIG; ++signo) if (__sigismember (&pending, signo)) { - deliver: + deliver_pending: __sigdelset (&ss->pending, signo); *detail = ss->pending_data[signo]; __spin_unlock (&ss->lock); |