Path: utzoo!attcan!uunet!husc6!think!ames!mailrus!rutgers!ucsd!ucbvax!decwrl!sun!breakpoint!jpayne From: jpayne%breakpoint@Sun.COM (Jonathan Payne) Newsgroups: comp.unix.questions Subject: AT&T wait(2) Message-ID: <58940@sun.uucp> Date: 6 Jul 88 00:37:16 GMT Sender: news@sun.uucp Lines: 12 In system V and related systems, is there a version of wait that takes flag arguments like wait2() and wait3() in berkeley systems? I don't necessarily care about the NOHANG feature (so I don't care about the flags argument) but it would be nice to have the WIFEXITED, WIFSIGNALED macros. Or, has anybody implemented those macros, since i think they are relatively trivial to implement (if you feel like figuring out the right bits to shift). Thanks. Jonathan Payne (jpayne@sun.com)