Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eggert/tz
/ sigaction
Class
sigaction
zic.c:1115–1115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1113
struct sigaction act0, act;
1114
act.sa_handler = signal_handler;
1115
sigemptyset(&act.sa_mask);
1116
act.sa_flags = 0;
1117
if (sigaction(signals[i], &act, &act0) == 0
1118
&& ! (act0.sa_flags & SA_SIGINFO) && act0.sa_handler == SIG_IGN) {
Callers
1
catch_signals
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected