wstat(5) DG/UX R4.11 wstat(5)
NAME
wstat - wait status
SYNOPSIS
#include <sys/wait.h>
DESCRIPTION
When a process waits for status from its children via either the wait
or waitpid function, the status returned may be evaluated with
macros, defined in sys/wait.h. These macros evaluate to integral
expressions. The stat argument to these macros is the integer value
returned from wait or waitpid.
See the wait man page for complete descriptions of these macros.
SEE ALSO
exit(2), wait(2), waitpid(3C).
Licensed material--property of copyright holder(s)