From: Matthias Kruk Date: Sat, 21 Mar 2020 09:09:50 +0000 (+0900) Subject: include/sys: Add sys/wait.h header X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=30e1fe5269bac9b5e5f237882a14d8bf3ab25cfc;p=corax include/sys: Add sys/wait.h header --- diff --git a/include/sys/wait.h b/include/sys/wait.h new file mode 100644 index 0000000..7ddd656 --- /dev/null +++ b/include/sys/wait.h @@ -0,0 +1,7 @@ +#ifndef __SYS_WAIT_H + +#include + +pid_t wait(int*); + +#endif /* __SYS_WAIT_H */