Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
void
88
catch_stp(void)
89
{
90
signal(SIGTSTP, SIG_DFL);
91
dosuspend();
92
}
93
#endif /* AUX */
94
95
void
Callers
nothing calls this directly
Calls
1
dosuspend
Function · 0.70
Tested by
no test coverage detected