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

Function catch_stp

sys/share/ioctl.c:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86#ifdef AUX
87void
88catch_stp(void)
89{
90 signal(SIGTSTP, SIG_DFL);
91 dosuspend();
92}
93#endif /* AUX */
94
95void

Callers

nothing calls this directly

Calls 1

dosuspendFunction · 0.70

Tested by

no test coverage detected