renamed and cleaned up export header files to match linux convention
[lunaix-os.git] / lunaix-os / usr / libc / includes / sys / wait.h
diff --git a/lunaix-os/usr/libc/includes/sys/wait.h b/lunaix-os/usr/libc/includes/sys/wait.h
new file mode 100644 (file)
index 0000000..23f3447
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef __LUNAIX_WAIT_H
+#define __LUNAIX_WAIT_H
+
+#include <lunaix/wait.h>
+#include <sys/types.h>
+
+pid_t
+wait(int* status);
+
+pid_t
+waitpid(pid_t pid, int* status, int flags);
+
+#endif /* __LUNAIX_WAIT_H */