This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: jed update & ksh attempt


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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]