refactor: rename mch_exit => os_exit

- No code changes
- Move it to main.c
This commit is contained in:
Justin M. Keyes
2020-02-02 21:56:47 -08:00
parent d1d5f5103e
commit efa5af9043
3 changed files with 39 additions and 39 deletions

View File

@@ -564,7 +564,7 @@ void rpc_close(Channel *channel)
static void exit_event(void **argv)
{
if (!exiting) {
mch_exit(0);
os_exit(0);
}
}