[lsan] Make ReportUnsuspendedThreads return bool also for Fuchsia

Follow-up to 9766ce4db57212646f135fe7033972a7a51aef4d
This commit is contained in:
Hans Wennborg 2024-10-07 11:19:11 +02:00
parent f58e85a972
commit 3137b6a263

View File

@ -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