From: David J. MacKenzie (djm@eng.umd.edu)
Date: 11/21/92


From: djm@eng.umd.edu (David J. MacKenzie)
Subject: Re: union wait
Date: Sat, 21 Nov 1992 18:00:00 GMT


   |> What is the linux-ism for a "union wait"? It would really be helpful
   |> to know for porting some software.

   Include <sys/wait.h>, You are home free. If your software ueses "union wait"
   directly, rather than wait macros, fix your software. That will make it
   more portable.

I think what he was asking was *how* to "fix your software" -- what's
the correspondence between the union wait elements and the POSIX wait
macros. Unfortunately I don't have time to produce an equivalence
table right now -- maybe someone else does?