Jeremie Koenig, le Wed 29 Jun 2011 18:30:13 +0200, a écrit :
> * hurd/hurdsig.c (_hurd_internal_post_signal): Use inner functions
> instead of gotos for the overall flow control.
>
> This patch should change nothing besides replacing gotos with function
> calls and return statements.
I believe th
* hurd/hurdsig.c (_hurd_internal_post_signal): Use inner functions
instead of gotos for the overall flow control.
This patch should change nothing besides replacing gotos with function
calls and return statements.
Note that the "signo == 0" test at the beginning of post_signal, is now
done on eve