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

Class sigaction

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

Source from the content-addressed store, hash-verified

887 * exec-failure fallback below, so this stays compiled everywhere. */
888static void cbm_posix_reset_child_signals(void) {
889 struct sigaction action = {0};
890 action.sa_handler = SIG_DFL;
891 (void)sigemptyset(&action.sa_mask);
892 for (int sig = 1; sig < NSIG; sig++) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected