MCPcopy 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
88static struct sigaction oldAction[32];
89#elif defined(_NSIG)
90static struct sigaction oldAction[_NSIG];
91#else

Callers 2

setFatalSignalHandlerFunction · 0.70
posixExceptionHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected