mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-21 01:13:43 +08:00
Merge pull request #432 from jhnwkmn/o_binary
O_BINARY might be defined.
This commit is contained in:
commit
e9d4847cbb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user