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

Class sigaction

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

Source from the content-addressed store, hash-verified

1008 * exec-failure fallback below, so this stays compiled everywhere. */
1009static void cbm_posix_reset_child_signals(void) {
1010 struct sigaction action = {0};
1011 action.sa_handler = SIG_DFL;
1012 (void)sigemptyset(&action.sa_mask);
1013 for (int sig = 1; sig < NSIG; sig++) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected