summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_report.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tsan/rtl/tsan_report.cpp')
-rw-r--r--lib/tsan/rtl/tsan_report.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsan/rtl/tsan_report.cpp b/lib/tsan/rtl/tsan_report.cpp
index 655aa5f91..368f1ca8a 100644
--- a/lib/tsan/rtl/tsan_report.cpp
+++ b/lib/tsan/rtl/tsan_report.cpp
@@ -298,7 +298,7 @@ static bool FrameIsInternal(const SymbolizedStack *frame) {
const char *file = frame->info.file;
const char *module = frame->info.module;
if (file != 0 &&
- (internal_strstr(file, "tsan_interceptors.cpp") ||
+ (internal_strstr(file, "tsan_interceptors_posix.cpp") ||
internal_strstr(file, "sanitizer_common_interceptors.inc") ||
internal_strstr(file, "tsan_interface_")))
return true;