Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ sig_handler
Function
sig_handler
util/kconfig/mconf.c:954–957 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
952
}
953
954
static void sig_handler(int signo)
955
{
956
exit(handle_exit());
957
}
958
959
int main(int ac, char **av)
960
{
Callers
nothing calls this directly
Calls
2
exit
Function · 0.85
handle_exit
Function · 0.85
Tested by
no test coverage detected