On Sat, Jan 19, 2002 at 09:52:19PM -, Chris January wrote:
>sigaction has a flag, SA_NOCLDSTOP, which according to the POSIX spec does
>this:
>
>SA_NOCLDSTOP
>Do not generate SIGCHLD when children stop.
>
>Now Cygwin presently does not generate a SIGCHLD signal when a child process
>terminates
sigaction has a flag, SA_NOCLDSTOP, which according to the POSIX spec does
this:
SA_NOCLDSTOP
Do not generate SIGCHLD when children stop.
Now Cygwin presently does not generate a SIGCHLD signal when a child process
terminates if this flag is set in the signal handler. According to the POSIX
spec
2 matches
Mail list logo