sys/wait.h

The sys/wait.h header file declares the following functions, used for holding processes.

_POSIX_SOURCE:
wait() waitpid()      
_XOPEN_SOURCE_EXTENDED 1:
waitid() wait3()      
Note: wait3() has been withdrawn in Single UNIX Specification, Version 3.