initial import from Debian
version: 14.3.0-5 commit: bee30ab0fff2fd6af94c62376c8aa4221bb831e0
This commit is contained in:
12
debian/patches/libsanitizer-timebits.diff
vendored
Normal file
12
debian/patches/libsanitizer-timebits.diff
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# DP: Add another #undef for _TIME_BITS
|
||||
|
||||
--- a/src/libsanitizer/sanitizer_common/sanitizer_procmaps_solaris.cpp
|
||||
+++ b/src/libsanitizer/sanitizer_common/sanitizer_procmaps_solaris.cpp
|
||||
@@ -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>
|
Reference in New Issue
Block a user