Evil : don't define open anymore (useless, now)

SVN revision: 60466
This commit is contained in:
Vincent Torri 2011-06-17 21:44:25 +00:00
parent 38bb85fda3
commit 0b847b7dc5
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ typedef unsigned long gid_t;
# define _S_IWUSR _S_IWRITE
# define _S_IRUSR _S_IREAD
# define open(path, flag, ...) _open((path), _O_BINARY | (flag), ##__VA_ARGS__)
# define mkdir(p,m) _mkdir(p)
/*
# define close(fd) _close(fd)