MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / sigaction

Class sigaction

programs/docker-init/docker-init.cpp:1036–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034 /// As PID 1, signals without a handler are silently dropped by the kernel.
1035 {
1036 struct sigaction sa{};
1037#pragma clang diagnostic push
1038#pragma clang diagnostic ignored "-Wdisabled-macro-expansion"
1039 sa.sa_handler = shutdownHandler;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected