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