toaruos/include/wait.h

4 lines
72 B
C

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