Addition to prev. revision [#CLICKHOUSE-3989]

This commit is contained in:
Alexey Milovidov 2018-09-14 05:08:24 +03:00
parent 20ffe8a70c
commit c155564235

View File

@ -113,4 +113,9 @@ extern "C"
return 0; return 0;
} }
int __cxa_thread_atexit(Dtor dtor, void* obj, void* dso_symbol) throw()
{
return __cxa_thread_atexit_impl(dtor, obj, dso_symbol);
}
} // extern "C" } // extern "C"