diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index df52bbd25..5f1074160 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -33,7 +33,8 @@ int inet_pton(int af, const char *src, void *dst); | |||
33 | #define F_GETFL 3 | 33 | #define F_GETFL 3 |
34 | #define F_SETFL 3 | 34 | #define F_SETFL 3 |
35 | #define FD_CLOEXEC 0x1 | 35 | #define FD_CLOEXEC 0x1 |
36 | #define O_NONBLOCK 04000 | 36 | #define O_NONBLOCK 0 |
37 | #define O_NOFOLLOW 0 | ||
37 | 38 | ||
38 | /* | 39 | /* |
39 | * grp.h | 40 | * grp.h |