hello! i am porting a program that uses SA_NOCLDWAIT which
is not defined in asm/signal.h (though SA_NOCLDSTOP is).
i am not a signal expert... but is there a simple workaround
for this? i am familiar with the standard zombie process
problem on some unixes (i.e. HP and SCO where you cannot
prevent this). is Linux one of those?