Next: _fstat_r, Previous: _execve_r, Up: Reentrant Syscalls
_fork_r
—Reentrant version of fork#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
.