Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: SYSV r3.2 - how to implement wait3 BSD function Message-ID: <3946@auspex.auspex.com> Date: 23 Aug 90 17:53:55 GMT References: <114@npdiss1.StPaul.NCR.COM> <255@iscden.UUCP> Organization: Auspex Systems, Santa Clara Lines: 6 >Here is the code I used to emulate the wait3 BSD function on SCO UNIX. >Hope it will fix you right up. Probably not, unless his S5R3.2 system is POSIX-compliant; "waitpid()" is a POSIXism, and not in S5R3.1 or earlier versions from AT&T. It may not be in S5R3.2, either....