Clarification of st_mode bits extraction code.
This commit is contained in:
@@ -3,7 +3,10 @@ use super::*;
|
||||
// TODO: Hashmap?
|
||||
use alloc::collections::BTreeMap;
|
||||
|
||||
use core::{cell::{Cell, RefCell}, sync::atomic::{AtomicUsize, Ordering}};
|
||||
use core::{
|
||||
cell::{Cell, RefCell},
|
||||
sync::atomic::{AtomicUsize, Ordering},
|
||||
};
|
||||
|
||||
use crate::{header::errno::EINVAL, sync::Mutex};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user