[lsan] Make ReportUnsuspendedThreads return bool also for Fuchsia
Follow-up to 9766ce4db57212646f135fe7033972a7a51aef4d
This commit is contained in:
parent
f58e85a972
commit
3137b6a263
@ -698,7 +698,9 @@ void LeakSuppressionContext::PrintMatchedSuppressions() {
|
||||
|
||||
// Fuchsia provides a libc interface that guarantees all threads are
|
||||
// covered, and SuspendedThreadList is never really used.
|
||||
static void ReportUnsuspendedThreads(const SuspendedThreadsList &) {}
|
||||
static bool ReportUnsuspendedThreads(const SuspendedThreadsList &) {
|
||||
return true;
|
||||
}
|
||||
|
||||
# else // !SANITIZER_FUCHSIA
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user