return _ksys_exit() to exit
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 53s
Build system / Build (pull_request) Successful in 17m19s

This commit is contained in:
2026-03-07 16:34:54 +00:00
parent 84fb020568
commit cee31a6913

View File

@@ -5,4 +5,6 @@
void exit(int status)
{
console_exit();
_ksys_exit();
}