954bd2bf39268a07f579707fb7a321b1ddc57573
[fio.git] / os / windows / posix / include / sys / wait.h
1 #ifndef SYS_WAIT_H\r
2 #define SYS_WAIT_H\r
3 \r
4 #define WIFSIGNALED(a) 0\r
5 #define WIFEXITED(a) 0\r
6 #define WTERMSIG(a) 0\r
7 #define WEXITSTATUS(a) 0\r
8 #define WNOHANG 0\r
9 \r
10 pid_t waitpid(pid_t, int *stat_loc, int options);\r
11 \r
12 #endif /* SYS_WAIT_H */\r