Next: , Previous: _execve_r, Up: Reentrant Syscalls


12.2.3 _fork_r—Reentrant version of fork

Synopsis

     #include <reent.h>
     int _fork_r(struct _reent *ptr);
     

Description
This is a reentrant version of fork. It takes a pointer to the global data block, which holds errno.