MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / sigaction

Class sigaction

src/foundation/subprocess.c:996–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994 * exec-failure fallback below, so this stays compiled everywhere. */
995static void cbm_posix_reset_child_signals(void) {
996 struct sigaction action = {0};
997 action.sa_handler = SIG_DFL;
998 (void)sigemptyset(&action.sa_mask);
999 for (int sig = 1; sig < NSIG; sig++) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected