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

Class sigaction

win/X11/winX.c:1058–1058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1056#ifdef SA_RESTART
1057 {
1058 struct sigaction sact;
1059
1060 (void) memset((char *) &sact, 0, sizeof(struct sigaction));
1061 sact.sa_handler = (SIG_RET_TYPE) X11_sig;

Callers 1

X11_create_nhwindowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected