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.
2 parents 6c40897 + d875267 commit f1d09cdCopy full SHA for f1d09cd
compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp
@@ -11,6 +11,10 @@
11
12
// Before Solaris 11.4, <procfs.h> doesn't work in a largefile environment.
13
#undef _FILE_OFFSET_BITS
14
+
15
+// Avoid conflict between `_TIME_BITS` defined vs. `_FILE_OFFSET_BITS`
16
+// undefined in some Linux configurations.
17
+#undef _TIME_BITS
18
#include "sanitizer_platform.h"
19
#if SANITIZER_SOLARIS
20
# include <fcntl.h>
0 commit comments