Commit e9d4847c authored by Sergey Lyubka's avatar Sergey Lyubka

Merge pull request #432 from jhnwkmn/o_binary

O_BINARY might be defined.
parents ea76de07 87a36c0c
......@@ -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;
......
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