Converting wait3() to System V

Matthew T. Day mday at ohs.UUCP
Sun Sep 17 04:53:19 AEST 1989


>From article <10800032 at bradley>, by vijay at bradley.UUCP:
> 	I hope you can give me some pointers. I am trying to port 
> an application from a 4.3 BSD UNIX to System V. There is a 
> wait3() call in the application that needs to be converted to
> System V wait() or equivalent. And that's where I am stuck. Any help 
> would be appreciated.

Try using waitpid().  You'll need to include <sys/wait.h>, if you haven't
already.
-- 
+----------------------------------------------+-------------------------+
| Matthew T. Day, Icon International, Orem, UT | Xerox never comes up    |
| ..!uunet!iconsys!mday (mday at iconsys.uu.net)  | with anything original. |
+----------------------------------------------+-------------------------+



More information about the Comp.unix.questions mailing list