RTEMS 4.7.0 On-Line Library
Process Creation and Execution Manager wait - Wait for Process Termination
 
 
RTEMS POSIX API User's Guide 
1.4.9: wait - Wait for Process Termination
CALLING SEQUENCE:
- 
#include <sys/types.h>
#include <sys/wait.h>
int wait(
  int *stat_loc
);
 
STATUS CODES:
- ENOSYS
 - 
This routine is not supported by RTEMS.
 
DESCRIPTION:
This routine is not supported by RTEMS.
NOTES:
NONE
 
 
RTEMS POSIX API User's Guide 
Copyright © 1988-2004 OAR Corporation