Xref: utzoo comp.unix.questions:5025 comp.unix.wizards:6085 Path: utzoo!utgpu!water!watmath!clyde!rutgers!rochester!cornell!batcomputer!pyramid!pyrnj!romain From: romain@pyrnj.uucp (Romain Kang) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: wait3 emulation in SYSTEMV ?? Keywords: wait3 Message-ID: <746@pyrnj.uucp> Date: 13 Jan 88 21:10:54 GMT References: <360@rruxa.UUCP> Reply-To: romain@pyrnj.UUCP (Romain Kang) Organization: Pyramid Technology Corp, Woodbridge, NJ Lines: 18 In article <360@rruxa.UUCP> jpage@rruxa.UUCP (J Page) writes: | UNIX Wizards: Anyone on the net have any suggestions, or ideas on | how to emulate the 4.2BSD wait3() system call under System V??? | | If it helps we are on a Pyramid 9810 under OS/x 4.0. Pyramid is a special case because the wait3() call is available from the kernel if you give the right syscall number, regardless of whether your program is in the UCB or ATT universe. You could punt and link UCB wait3.o with your ATT binary. In System V make, you can grab wait3() with wait3.o: /.ucblib/libc.a(wait3.o) ar x /.ucblib/libc.a wait3.o This is completely nonportable, of course. -- Romain Kang {allegra,cmcl2,pyramid,rutgers}!pyrnj!romain Pyramid Technology Corp. / 10 Woodbridge Center Dr. / Woodbridge, NJ 07095