Implement writev on Windows
[fio.git] / os / windows / posix / include / sys / wait.h
index 9e68d541415eb003f5808ffbe444609a8e41e9ac..ac50aa86435949f81444b94fb8cfe4dd69305ac0 100644 (file)
@@ -1,12 +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
+#ifndef SYS_WAIT_H
+#define SYS_WAIT_H
+
+#define WIFSIGNALED(a) 0
+#define WIFEXITED(a)   0
+#define WTERMSIG(a)            0
+#define WEXITSTATUS(a) 0
+#define WNOHANG                        1
+
+pid_t waitpid(pid_t, int *stat_loc, int options);
+
+#endif /* SYS_WAIT_H */