Re: problem with sigaction and SA_NOCLDSTOP

2002-01-19 Thread Christopher Faylor
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

problem with sigaction and SA_NOCLDSTOP

2002-01-19 Thread Chris January
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