diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-10-10 16:32:56 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-10-10 16:32:56 +0200 |
commit | bc9aca7b8b4dd5abcbbf2d93431bcfc1e53db783 (patch) | |
tree | 8f6d0e42f1fc632ddf6a86bd5a93cb51192c8bd1 | |
parent | aea4319c2632ccc1eefb44cdb2605bbdcf4a7be8 (diff) | |
parent | 3df39c7d0f6f51f47aee6e53f552ec5c9e6e6bea (diff) |
Merge branch 'cvs/hurd_raise_signal' into refs/top-bases/tschwinge/Roger_Whittaker
-rw-r--r-- | hurd/hurd-raise.c | 4 |
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 ()); } |