mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Add syscall execveat
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5815f248fc
commit
dcfbeb270d
@ -41,6 +41,10 @@ impl InodeType {
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_reguler_file(&self) -> bool {
|
||||
*self == InodeType::File
|
||||
}
|
||||
}
|
||||
|
||||
impl From<DeviceType> for InodeType {
|
||||
|
Reference in New Issue
Block a user