MCPcopy Create free account
hub / github.com/eggert/tz / signal_handler

Function signal_handler

zic.c:1089–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087static void
1088signal_handler(int sig)
1089{
1090#ifndef SA_SIGINFO
1091 signal(sig, signal_handler);
1092#endif
1093 got_signal = sig;
1094}
1095
1096/* Arrange for SIGINT etc. to be caught by the handler. */
1097static void
1098catch_signals(void)
1099{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected