Fix warnings.

This commit is contained in:
Victor Zverovich 2014-04-27 07:16:17 -07:00
parent 8d28a2382b
commit 5dee290482

View File

@ -52,6 +52,10 @@
# define O_CREAT _O_CREAT
# define S_IRUSR _S_IREAD
# define S_IWUSR _S_IWRITE
# define open _open
# define close _close
# define dup _dup
# define dup2 _dup2
# else
# include <unistd.h>
# endif