toaruos/include/wait.h
2018-02-25 14:13:54 +09:00

4 lines
72 B
C

int waitpid(int pid, int *status, int options);
int wait(int *status);