aboutsummaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsan/lsan_thread.h')
-rw-r--r--lib/lsan/lsan_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsan/lsan_thread.h b/lib/lsan/lsan_thread.h
index b62f04b8eb74..4641b32ed6e6 100644
--- a/lib/lsan/lsan_thread.h
+++ b/lib/lsan/lsan_thread.h
@@ -47,7 +47,7 @@ u32 ThreadTid(uptr uid);
u32 GetCurrentThread();
void SetCurrentThread(u32 tid);
ThreadContext *CurrentThreadContext();
-
+void EnsureMainThreadIDIsCorrect();
} // namespace __lsan
#endif // LSAN_THREAD_H