WAITPID(3) Library Functions Manual WAITPID(3)
NAME
waitpid — wait for
a child process to stop or terminate
SYNOPSIS
#include <sys/types.h> #include <sys/wait.h> pid_t waitpid(pid_t pid, int *stat_loc, int options);
DESCRIPTION
Refer to wait(3) .
February 1997 posix.fail