Hi Rodney!
On Tue, 8 Jul 2014 17:33:40 +0100, Rodney Mulraney wrote:
> I am interested in doing some official volunteer work for my CV generally.
>
> I am disenfranchised by current OS implementations and have been excited
> about the Hurd for quite some time, so it is a project that I would enj
POSIX specifies that setting SA_NOCLDWAIT in sigaction.sa_flags for SIGCHLD
has the same effect on wait* behavior as using SIG_IGN for
sigaction.sa_handler for SIGCHLD. So, by POSIX rules you can just as well
use SIG_IGN if you do not care to actually handle the signal.
However, the Hurd does not