mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Add mutable functionality to the process VMAR
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
248b24fb4e
commit
2a20f6b59a
@ -53,7 +53,7 @@ pub(crate) use crate::{
|
||||
context::{Context, CurrentUserSpace, ReadCString},
|
||||
current, current_thread,
|
||||
error::{Errno, Error},
|
||||
process::signal::Pause,
|
||||
process::{posix_thread::AsThreadLocal, signal::Pause},
|
||||
time::{wait::WaitTimeout, Clock},
|
||||
};
|
||||
pub(crate) type Result<T> = core::result::Result<T, Error>;
|
||||
|
Reference in New Issue
Block a user