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

Class sigaction

sources/interpreter.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67void activate_sigint_handler()
68{
69 struct sigaction sa_usr {};
70 sa_usr.sa_handler = &signal_handler;
71 sigemptyset(&sa_usr.sa_mask);
72 // sa_usr.sa_flags = SA_RESTART | SA_NODEFER;

Callers 1

activate_sigint_handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected