diff options
author | Ron Yorston <rmy@pobox.com> | 2017-07-24 12:12:57 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-07-24 13:25:32 +0100 |
commit | 1f01a34ecb0e0fbe01ec6e8ab04256a9a05a3c46 (patch) | |
tree | ba870ad59012303997108ffa63996f78049b6bcc /include/mingw.h | |
parent | 60411636073cdc08e8005f0de00098e6dd00eaf5 (diff) | |
download | busybox-w32-1f01a34ecb0e0fbe01ec6e8ab04256a9a05a3c46.tar.gz busybox-w32-1f01a34ecb0e0fbe01ec6e8ab04256a9a05a3c46.tar.bz2 busybox-w32-1f01a34ecb0e0fbe01ec6e8ab04256a9a05a3c46.zip |
Post-merge fixes
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 |