Next: _fstat_r—Reentrant version of fstat, Previous: _fork_r—Reentrant version of fork, Up: Reentrant covers for OS subroutines [Contents][Index]
_fstat_r
_fork_r
_wait_r
Synopsis
#include <reent.h> int _wait_r(struct _reent *ptr, int *status);
Description This is a reentrant version of wait. It takes a pointer to the global data block, which holds errno.
wait
errno