asm/signal.h & SA_NOCLDWAIT

Mark Lehrer (lehrer@bellhow.com)
Wed, 18 Sep 1996 14:50:56 -0400


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?

thanks!
mark