Specifications
Commonly Called By
newlib C library
Thread-safe
Yes.
Available from ISR
Yes.
Include
<sys/wait.h>
Description
newlib uses the wait() function to wait for all child processes to exit. Because the HAL does not support
spawning child processes, this function returns immediately.
Return
On return, the content of status is set to zero, which indicates there is no child processes.
The return value is always –1 and errno is set to ECHILD, which indicates that there are no child processes
to wait for.
Related Information
newlib Library Documentation
unlink()
Prototype
int unlink(char *name)
Commonly Called By
newlib C library
Thread-safe
Yes.
Available from ISR
Yes.
Include
<unistd.h>
Description
The unlink() function is only provided for compatibility with newlib.
14-62
unlink()
NII5V2
2015.05.14
Altera Corporation
HAL API Reference
Send Feedback