MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / sigaction

Class sigaction

tools/cdb2sql/cdb2sql.cpp:2192–2192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2190 rl_attempted_completion_function = my_completion;
2191 load_readline_history();
2192 struct sigaction sact = {0};
2193 sact.sa_handler = int_handler;
2194 sigaction(SIGINT, &sact, NULL);
2195 }

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected