commit | d42e89341935a4f8f710ae3dba3539583b25b9ff | [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 | 210e2ae6d3b0c94c3a4dc283e52ad8da67ca2b54 [diff] | |
parent | dc5c74f40aead248a663ddb08a12634443144210 [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 */