Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> --- include/windows/unistd.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/windows/unistd.h b/include/windows/unistd.h index 0f553bb..d9ded5a 100644 --- a/include/windows/unistd.h +++ b/include/windows/unistd.h @@ -18,4 +18,9 @@ #define fsync _commit +/* Standard file descriptors. */ +#define STDIN_FILENO 0 /* Standard input. */ +#define STDOUT_FILENO 1 /* Standard output. */ +#define STDERR_FILENO 2 /* Standard error output. */ + #endif /* unistd.h */ -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev