ref: 405aec5462a0ecff66a03319f942fc3df2fa0d0b dir: /libstd/wait+plan9.myr/
use sys use "die.use" use "syswrap.use" pkg std = type waitstatus = union `Waitexit int32 `Waitsig int32 `Waitstop int32 ;; const wait : (pid : pid -> waitstatus) ;;