Commit 5dee2904 authored by Victor Zverovich's avatar Victor Zverovich

Fix warnings.

parent 8d28a238
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
# define O_CREAT _O_CREAT # define O_CREAT _O_CREAT
# define S_IRUSR _S_IREAD # define S_IRUSR _S_IREAD
# define S_IWUSR _S_IWRITE # define S_IWUSR _S_IWRITE
# define open _open
# define close _close
# define dup _dup
# define dup2 _dup2
# else # else
# include <unistd.h> # include <unistd.h>
# endif # endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment