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

Function initialize_signals

src/env.c:752–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752static void
753initialize_signals (void)
754{
755 signals = xmalloc ((sizeof *signals) * (SIGNUM_BOUND + 1));
756
757 for (int i = 0 ; i <= SIGNUM_BOUND; i++)
758 signals[i] = UNCHANGED;
759}
760
761int
762main (int argc, char **argv)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected