summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_tsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scudo/scudo_tsd.h')
-rw-r--r--lib/scudo/scudo_tsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scudo/scudo_tsd.h b/lib/scudo/scudo_tsd.h
index 5977cb5bc..2bd78716a 100644
--- a/lib/scudo/scudo_tsd.h
+++ b/lib/scudo/scudo_tsd.h
@@ -24,7 +24,7 @@
namespace __scudo {
struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) ScudoTSD {
- AllocatorCache Cache;
+ AllocatorCacheT Cache;
uptr QuarantineCachePlaceHolder[4];
void init();