Mail Archives: cygwin/1997/06/14/19:06:27
On Fri, 13 Jun 1997, Sergey Okhapkin wrote:
> Does zsh set up signal handler for SIGCHLD? Cygwin.dll ignores SIGCHLD if
> the handler is SIG_DFL. The more common question - should ignored signal
> terminate sigsuspend and the others wait syscalls?
From the pdksh source:
/* Make sure SIGCHLD isn't ignored - can do odd things under SYSV */
setsig(&sigtraps[SIGCHLD], SIG_DFL, SS_RESTORE_ORIG|SS_FORCE);
So my guess is in answer to your question probably yes.
- alex
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -