Re: [PATCH 01/15] _hurd_internal_post_signal: Split into more functions

2011-07-02 Thread Samuel Thibault
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

[PATCH 01/15] _hurd_internal_post_signal: Split into more functions

2011-06-29 Thread Jeremie Koenig
* 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