Move Windows port to MinGW
[fio.git] / os / windows / posix / include / sys / wait.h
CommitLineData
93bcfd20
BC
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
10pid_t waitpid(pid_t, int *stat_loc, int options);\r
11\r
12#endif /* SYS_WAIT_H */\r