mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
1999-08-23 Mark Kettenis <kettenis@gnu.org>
* hurd/hurdsig.c (_hurd_internal_post_signal): Add missing else.
This commit is contained in:
parent
1d0b89a483
commit
09d434dfc6
@ -586,7 +586,7 @@ _hurd_internal_post_signal (struct hurd_sigstate *ss,
|
||||
if (handler == SIG_IGN)
|
||||
/* Ignore the signal altogether. */
|
||||
act = ignore;
|
||||
if (handler != SIG_ERR)
|
||||
else if (handler != SIG_ERR)
|
||||
/* Run the preemption-provided handler. */
|
||||
act = handle;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user