libsanitizer-timebits
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 23 Sep 2024 11:23:31 +0000 (13:23 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 23 Sep 2024 11:23:31 +0000 (13:23 +0200)
# DP: Add another #undef for _TIME_BITS

# DP: Add another #undef for _TIME_BITS

Gbp-Pq: Name libsanitizer-timebits.diff

compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp

index eeb49e2afe34d492cbe54fbf74fcd2a59d3a0778..1b23fd4d512b896c33694a43e4612dea90523e85 100644 (file)
@@ -11,6 +11,7 @@
 
 // Before Solaris 11.4, <procfs.h> doesn't work in a largefile environment.
 #undef _FILE_OFFSET_BITS
+#undef _TIME_BITS
 #include "sanitizer_platform.h"
 #if SANITIZER_SOLARIS
 #  include <fcntl.h>