Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Warzone2100/warzone2100
/ sigaction
Class
sigaction
lib/exceptionhandler/exceptionhandler.cpp:88–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
#ifdef WZ_OS_MAC
88
static struct sigaction oldAction[32];
89
#elif defined(_NSIG)
90
static struct sigaction oldAction[_NSIG];
91
#else
Callers
2
setFatalSignalHandler
Function · 0.70
posixExceptionHandler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected