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


13.2.2 _execve_r—Reentrant version of execve

Synopsis

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