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


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