MCPcopy 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
954static void sig_handler(int signo)
955{
956 exit(handle_exit());
957}
958
959int main(int ac, char **av)
960{

Callers

nothing calls this directly

Calls 2

exitFunction · 0.85
handle_exitFunction · 0.85

Tested by

no test coverage detected