We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330dd62 commit 1eeb1cbCopy full SHA for 1eeb1cb
util/env_posix.cc
@@ -49,7 +49,7 @@ constexpr const int kDefaultMmapLimit = (sizeof(void*) >= 8) ? 4096 : 0;
49
int g_mmap_limit = kDefaultMmapLimit;
50
51
// Common flags defined for all posix open operations
52
-#if defined(HAVE_O_CLOEXEC)
+#if HAVE_O_CLOEXEC
53
constexpr const int kOpenBaseFlags = O_CLOEXEC;
54
#else
55
constexpr const int kOpenBaseFlags = 0;
0 commit comments