mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
798da0c314
v2: add missing defines.h header Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
5 lines
92 B
C++
5 lines
92 B
C++
#pragma once
|
|
|
|
/// _exit() with a workaround for TSan.
|
|
[[noreturn]] void safeExit(int code);
|