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