Specifications

execve()
Prototype
int execve(const char *path,
char *const argv[],
char *const envp[])
Commonly Called By
C/C++ programs
Thread-safe
Yes.
Available from ISR
Yes.
Include
<unistd.h>
Description
The execve() function is only provided for compatibility with newlib.
Return
Calls to execve() always fail with the return code –1 and errno set to ENOSYS.
Related Information
newlib Library Documentation
getpid()
Prototype
pid_t getpid (void)
Commonly Called By
C/C++ programs
Device drivers
Thread-safe
Yes.
Available from ISR
No.
14-58
execve()
NII5V2
2015.05.14
Altera Corporation
HAL API Reference
Send Feedback