commit | 5188d556d1530b3675dab2fc30dcc17432aa0718 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Mar 27 06:35:13 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 27 06:35:14 2015 +0000 |
tree | 6064371056594b105e18536e0c7d6a87a8e73eb5 | |
parent | 6ccfabcf5d547a04a1e6c5237f20670230a7f6a4 [diff] | |
parent | 4b3f533be9a29bc44fae6a94cdbbdc8eb1adaa3c [diff] |
Merge "Include what we use."
diff --git a/include/utils/Compat.h b/include/utils/Compat.h index a238afe..ca4a8e0 100644 --- a/include/utils/Compat.h +++ b/include/utils/Compat.h
@@ -36,7 +36,7 @@ #endif /* __APPLE__ */ #if defined(_WIN32) -#define O_CLOEXEC 0 +#define O_CLOEXEC O_NOINHERIT #define O_NOFOLLOW 0 #define DEFFILEMODE 0666 #endif /* _WIN32 */