Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!mcvax!cernvax!pan!jw From: jw@pan.UUCP (Jamie Watson) Newsgroups: comp.unix.questions Subject: Avoiding processes on Ultrix Message-ID: <520@pan.UUCP> Date: 7 Apr 89 20:34:18 GMT Reply-To: jw@pan.UUCP (Jamie Watson) Organization: Adasoft AG, Solothurn, Switzerland Lines: 11 I know this sounds trivial, but I have searched the Ultrix (and 4.3) manuals everywhere I can think of, and I can't find the answer. Is there any way under Ultrix (2.0 or later) to write a C program such that any child processes created by that program will exit, without hanging in an status until the parent does a wait() for the child? Under SysV this is done with signal(SIGCLD, SIG_IGN); I have tried that under Ultrix, to no avail. jw