diff --git a/compiler-rt/lib/tsan/dd/dd_rtl.h b/compiler-rt/lib/tsan/dd/dd_rtl.h --- a/compiler-rt/lib/tsan/dd/dd_rtl.h +++ b/compiler-rt/lib/tsan/dd/dd_rtl.h @@ -19,7 +19,7 @@ typedef DDFlags Flags; -struct Mutex { +struct UserMutex { DDMutex dd; }; @@ -37,7 +37,7 @@ u32 Unwind() override; }; -typedef AddrHashMap MutexHashMap; +typedef AddrHashMap MutexHashMap; struct Context { DDetector *dd;