RTEMS
5.0.0
|
_execve()The Newlib C Library contains all of the exec*() variants and assumes the underlying OS support provides _execve(). This single method ensures that all exec*() variants return ENOSYS. More...
Functions | |
int | _execve (const char *path, char *const argv[], char *const envp[]) |
_execve()
The Newlib C Library contains all of the exec*() variants and assumes the underlying OS support provides _execve(). This single method ensures that all exec*() variants return ENOSYS.