proc: update ABI dependency crate
This commit is contained in:
parent
74cd9daed7
commit
0bdc30afdc
@ -2,12 +2,15 @@
|
||||
use core::time::Duration;
|
||||
|
||||
use abi::{
|
||||
error::{Error, IntoSyscallResult},
|
||||
error::Error,
|
||||
io::{OpenFlags, RawFd},
|
||||
syscall::SyscallFunction,
|
||||
};
|
||||
use vfs::{Read, Write};
|
||||
use yggdrasil_abi::io::{MountOptions, UnmountOptions};
|
||||
use yggdrasil_abi::{
|
||||
error::SyscallResult,
|
||||
io::{MountOptions, UnmountOptions},
|
||||
};
|
||||
|
||||
use crate::{
|
||||
fs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user