projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d0b89a
)
1999-08-23 Mark Kettenis <kettenis@gnu.org>
author
Roland McGrath
<roland@gnu.org>
Mon, 23 Aug 1999 20:53:42 +0000
(20:53 +0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 23 Aug 1999 20:53:42 +0000
(20:53 +0000)
* hurd/hurdsig.c (_hurd_internal_post_signal): Add missing else.
hurd/hurdsig.c
patch
|
blob
|
history
diff --git
a/hurd/hurdsig.c
b/hurd/hurdsig.c
index f2a01201b56645cd2cc15ae6c3efbbf7a1003eae..2c9625b47467a96c2a0475ad7ce449b7defcd43e 100644
(file)
--- a/
hurd/hurdsig.c
+++ b/
hurd/hurdsig.c
@@
-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