xref: /netbsd-src/external/gpl3/gcc.old/lib/libtsan/tsan_rtl_unimpl.cc (revision ccd9df534e375a4366c5b55f23782053c7a98d82)
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