From: garbanzo AT hooked DOT net (Hmmmz) Subject: RE: jed update & ksh attempt 14 Jun 1997 19:06:27 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Reply-To: Hmmmz Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Original-To: gnu-win32 AT cygnus DOT com In-Reply-To: <01BC77CB.930BC5E0@sos> Original-Sender: owner-gnu-win32 AT cygnus DOT com 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".