MCPcopy Create free account
hub / github.com/NetHack/NetHack / sigaction

Class sigaction

sys/unix/unixmain.c:598–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596 * succeeds (or the stream returns EOF, which might not happen if
597 * reading from, say, a window manager). */
598 struct sigaction sact;
599
600 (void) memset((genericptr_t) &sact, 0, sizeof sact);
601 sact.sa_handler = (SIG_RET_TYPE) handler;

Callers 1

sethanguphandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected