fixup two macro definition in include/libc/libc_fcntl.h

This commit is contained in:
zhangjun 2019-08-10 16:32:31 +08:00
parent 882ba628bc
commit 00d7cd66f2
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include <fcntl.h>
#ifndef O_NONBLOCK
#define O_NONBLOCK 0x4000
#define O_NONBLOCK 04000
#endif
#if defined(_WIN32)
@ -35,7 +35,7 @@
#endif
#ifndef O_DIRECTORY
#define O_DIRECTORY 0x200000
#define O_DIRECTORY 0200000
#endif
#ifndef O_BINARY