xref: /netbsd-src/external/gpl3/gcc.old/lib/libtsan/tsan_rtl_unimpl.cc (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1 #include <cstdlib>
2 
__tsan_report_race_thunk(void)3 extern "C" void __tsan_report_race_thunk(void) { abort(); }
__tsan_trace_switch_thunk(void)4 extern "C" void __tsan_trace_switch_thunk(void) { abort(); }
5