We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58e85a commit 3137b6aCopy full SHA for 3137b6a
compiler-rt/lib/lsan/lsan_common.cpp
@@ -698,7 +698,9 @@ void LeakSuppressionContext::PrintMatchedSuppressions() {
698
699
// Fuchsia provides a libc interface that guarantees all threads are
700
// covered, and SuspendedThreadList is never really used.
701
-static void ReportUnsuspendedThreads(const SuspendedThreadsList &) {}
+static bool ReportUnsuspendedThreads(const SuspendedThreadsList &) {
702
+ return true;
703
+}
704
705
# else // !SANITIZER_FUCHSIA
706
0 commit comments