Next: _fork_r, Previous: _close_r, Up: Reentrant Syscalls [Contents][Index]
_execve_r
—Reentrant version of execveSynopsis
#include <reent.h> int _execve_r(struct _reent *ptr, const char *name, char *const argv[], char *const env[]);
Description
This is a reentrant version of execve
. It
takes a pointer to the global data block, which holds
errno
.