Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ term_exit_sigsafe
Function
term_exit_sigsafe
fftools/ffmpeg.c:127–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
#endif
126
127
static void term_exit_sigsafe(void)
128
{
129
#if HAVE_TERMIOS_H
130
if(restore_tty)
131
tcsetattr (0, TCSANOW, &oldtty);
132
#endif
133
}
134
135
void term_exit(void)
136
{
Callers
2
term_exit
Function · 0.85
sigterm_handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected