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

Class sigaction

src/timeout.c:406–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404install_sigchld (void)
405{
406 struct sigaction sa;
407 sigemptyset (&sa.sa_mask); /* Allow concurrent calls to handler */
408 sa.sa_handler = chld;
409 sa.sa_flags = SA_RESTART; /* Restart syscalls if possible, as that's

Callers 3

install_sigchldFunction · 0.70
sig_needs_handlingFunction · 0.70
install_cleanupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected