mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 01:43:22 +00:00
Rewrite exit()
and exit_group()
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5efc32b6ea
commit
35c20620bc
@ -2,7 +2,7 @@
|
||||
|
||||
use crate::{
|
||||
prelude::*,
|
||||
process::{do_exit_group, TermStatus},
|
||||
process::{posix_thread::do_exit_group, TermStatus},
|
||||
syscall::SyscallReturn,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user