]> git.corax.cc Git - corax/commitdiff
include/sys: Add sys/wait.h header
authorMatthias Kruk <m@m10k.eu>
Sat, 21 Mar 2020 09:09:50 +0000 (18:09 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 21 Mar 2020 09:09:50 +0000 (18:09 +0900)
include/sys/wait.h [new file with mode: 0644]

diff --git a/include/sys/wait.h b/include/sys/wait.h
new file mode 100644 (file)
index 0000000..7ddd656
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __SYS_WAIT_H
+
+#include <sys/types.h>
+
+pid_t wait(int*);
+
+#endif /* __SYS_WAIT_H */