Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ sigaction
Class
sigaction
sources/debugger.cpp:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
void activate_sigint_handler()
72
{
73
struct sigaction sa_usr {};
74
sa_usr.sa_handler = &signal_handler;
75
sigemptyset(&sa_usr.sa_mask);
76
// sa_usr.sa_flags = SA_RESTART | SA_NODEFER;
Callers
1
activate_sigint_handler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected