summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-10 16:32:56 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-10 16:32:56 +0200
commit32ad27b819d3d2182b89b29097f03f51e7beaf7e (patch)
treedd687403a6371af3eccc6a73ed410dee09de416f
parentbff79c3ffb608c5466bd14b0425944e99cb5e227 (diff)
parentbc9aca7b8b4dd5abcbbf2d93431bcfc1e53db783 (diff)
Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into tschwinge/Roger_Whittakerglibc-2.19-hurd+libpthread-20151031
-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 ());
}