aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/tsan/tsan_rtl.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-11-12 22:23:45 -0800
committerH.J. Lu <hjl.tools@gmail.com>2021-11-13 05:15:24 -0800
commit86289a4ff4768fab61f16372650fe85c37f9284e (patch)
tree4e2328cbff3a90cb8739f7e6fd95621d8aa16789 /libsanitizer/tsan/tsan_rtl.h
parenta30a2e43e4a357919ecfa916451966f8e32b5176 (diff)
downloadgcc-86289a4ff4768fab61f16372650fe85c37f9284e.zip
gcc-86289a4ff4768fab61f16372650fe85c37f9284e.tar.gz
gcc-86289a4ff4768fab61f16372650fe85c37f9284e.tar.bz2
libsanitizer: Merge with upstream
Merged revision: 82bc6a094e85014f1891ef9407496f44af8fe442 with the fix for PR sanitizer/102911
Diffstat (limited to 'libsanitizer/tsan/tsan_rtl.h')
-rw-r--r--libsanitizer/tsan/tsan_rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsanitizer/tsan/tsan_rtl.h b/libsanitizer/tsan/tsan_rtl.h
index 089144c1..eab8370 100644
--- a/libsanitizer/tsan/tsan_rtl.h
+++ b/libsanitizer/tsan/tsan_rtl.h
@@ -440,7 +440,7 @@ void InitializeDynamicAnnotations();
void ForkBefore(ThreadState *thr, uptr pc);
void ForkParentAfter(ThreadState *thr, uptr pc);
-void ForkChildAfter(ThreadState *thr, uptr pc);
+void ForkChildAfter(ThreadState *thr, uptr pc, bool start_thread);
void ReportRace(ThreadState *thr);
bool OutputReport(ThreadState *thr, const ScopedReport &srep);