From: "Tanes Sriviroolchai" References: Subject: Re: SIGCHLD / SIGCLD Date: Mon, 20 Jul 1998 11:00:45 +0700 Lines: 26 Message-ID: <#pMIeE5s9GA.125@rpc1285.daytonoh.ncr.com> Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > >> for SIGCHLD or SIGCLD or if there is any way to simulate it? Thank you. > >DJGPP doesn't support (or even define) SIGCHLD and SIGCLD. > >I'm not sure why would you need to simulate these. AFAIK, they are >used to signal that a child subprocess that was run asynchronously has >exited. Since in DJGPP all subprocesses are synchronous, you >shouldn't need this facility. > >Maybe if you explain the setup where you need these signals, you could >get more meaningful replies. Thank you. Actually I wonder how bash is built without SIGCHLD/ SIGCLD. I have scanned bash source (but not thoroughly enough, I guess) and I see nothing. It looks like bash can be compiled with DJGPP with SIGCHLD/SIGCLD. Actually I'm trying to build pdksh in DJGPP but I don't have an idea whether or not I should take out the source about job control (that require SIGCHLD/SIGCLD). Regards, Tanes Sriviroolchai