Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ sigaction
Class
sigaction
src/scripting.cpp:1973–1973 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1971
} else if (cp == 0) {
1972
/* Child. Let's ignore important signals handled by the parent. */
1973
struct sigaction act;
1974
sigemptyset(&act.sa_mask);
1975
act.sa_flags = 0;
1976
act.sa_handler = SIG_IGN;
Callers
1
ldbStartSession
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected