Move Windows port to MinGW
[fio.git] / os / windows / posix / include / sys / wait.h
diff --git a/os/windows/posix/include/sys/wait.h b/os/windows/posix/include/sys/wait.h
new file mode 100644 (file)
index 0000000..954bd2b
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef SYS_WAIT_H\r
+#define SYS_WAIT_H\r
+\r
+#define WIFSIGNALED(a) 0\r
+#define WIFEXITED(a) 0\r
+#define WTERMSIG(a) 0\r
+#define WEXITSTATUS(a) 0\r
+#define WNOHANG 0\r
+\r
+pid_t waitpid(pid_t, int *stat_loc, int options);\r
+\r
+#endif /* SYS_WAIT_H */\r