renamed and cleaned up export header files to match linux convention
[lunaix-os.git] / lunaix-os / usr / libc / includes / sys / wait.h
1 #ifndef __LUNAIX_WAIT_H
2 #define __LUNAIX_WAIT_H
3
4 #include <lunaix/wait.h>
5 #include <sys/types.h>
6
7 pid_t
8 wait(int* status);
9
10 pid_t
11 waitpid(pid_t pid, int* status, int flags);
12
13 #endif /* __LUNAIX_WAIT_H */