Fix LSan build

This change fixes a build bug introduced in
39db491957

Differential Revision: https://reviews.llvm.org/D135860
This commit is contained in:
Wiktor Garbacz 2022-10-13 10:40:27 -07:00 committed by Haowei Wu
parent 54bfd04846
commit e851f7dbca
1 changed files with 2 additions and 1 deletions

View File

@ -358,7 +358,8 @@ void ForEachExtraStackRangeCb(uptr begin, uptr end, void *arg) {
# if SANITIZER_FUCHSIA
// Fuchsia handles all threads together with its own callback.
static void ProcessThreads(SuspendedThreadsList const &, Frontier *) {}
static void ProcessThreads(SuspendedThreadsList const &, Frontier *, tid_t,
uptr) {}
# else