Next: , Previous: _unlink_r, Up: Reentrant Syscalls


12.2.4 _wait_r—Reentrant version of wait

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.