Merge pull request #432 from jhnwkmn/o_binary

O_BINARY might be defined.
This commit is contained in:
Sergey Lyubka 2014-11-09 10:06:16 +00:00
commit e9d4847cbb

View File

@ -1286,7 +1286,9 @@ typedef HANDLE process_id_t;
#endif
#include <inttypes.h>
#include <pwd.h>
#if !defined(O_BINARY)
#define O_BINARY 0
#endif
#define INT64_FMT PRId64
typedef struct stat file_stat_t;
typedef pid_t process_id_t;