mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Addition to prev. revision [#CLICKHOUSE-3989]
This commit is contained in:
parent
20ffe8a70c
commit
c155564235
@ -113,4 +113,9 @@ extern "C"
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user