Fix userland exit() type

This commit is contained in:
TXuian
2024-05-16 14:44:41 +08:00
parent 56ec6edbe5
commit 0b858de120
13 changed files with 26 additions and 25 deletions

View File

@@ -96,5 +96,5 @@ int main()
printf("%s: Soft interrupt send 1 time\n", prog_name);
}
printf("%s: Soft interrupt send done\n", prog_name);
exit();
exit(0);
}