From 3df39c7d0f6f51f47aee6e53f552ec5c9e6e6bea Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 10 Oct 2015 16:31:43 +0200 Subject: Make _hurd_raise_signal directly return the error * hurd/hurd-raise.c (_hurd_raise_signal): Return error returned by __msg_sig_post. --- hurd/hurd-raise.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hurd/hurd-raise.c') 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 ()); } -- cgit v1.2.3