Next: , Previous: , Up: Reentrant Syscalls   [Contents][Index]


13.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.