The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 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().

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]