Implement writev on Windows
[fio.git] / os / windows / posix / include / sys / wait.h
index 5b8fd3ae17c210831cf87e14b087f4a014e9d5bd..ac50aa86435949f81444b94fb8cfe4dd69305ac0 100644 (file)
@@ -5,7 +5,7 @@
 #define WIFEXITED(a)   0
 #define WTERMSIG(a)            0
 #define WEXITSTATUS(a) 0
-#define WNOHANG                        0
+#define WNOHANG                        1
 
 pid_t waitpid(pid_t, int *stat_loc, int options);