summaryrefslogtreecommitdiff
path: root/hurd/hurd-raise.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/hurd-raise.c')
-rw-r--r--hurd/hurd-raise.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/hurd/hurd-raise.c b/hurd/hurd-raise.c
index 94abedfc12..6bea41c1b4 100644
--- a/hurd/hurd-raise.c
+++ b/hurd/hurd-raise.c
@@ -48,7 +48,5 @@ _hurd_raise_signal (struct hurd_sigstate *ss,
already marked the signal as pending for the particular thread we
want. Generating the signal with an RPC might deliver it to some
other thread. */
- err = __msg_sig_post (_hurd_msgport, 0, 0, __mach_task_self ());
-
- return __hurd_fail(err);
+ return __msg_sig_post (_hurd_msgport, 0, 0, __mach_task_self ());
}