Rewrite exit() and exit_group()

This commit is contained in:
Ruihan Li
2024-11-23 22:08:38 +08:00
committed by Tate, Hongliang Tian
parent 5efc32b6ea
commit 35c20620bc
24 changed files with 364 additions and 249 deletions

View File

@ -2,7 +2,7 @@
use crate::{
prelude::*,
process::{do_exit_group, TermStatus},
process::{posix_thread::do_exit_group, TermStatus},
syscall::SyscallReturn,
};