Clarification of st_mode bits extraction code.

This commit is contained in:
4lDO2
2025-11-12 12:10:11 +01:00
parent 860a8e6e4b
commit 512c4f0aa8
2 changed files with 9 additions and 6 deletions
+4 -1
View File
@@ -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};