kernel_thread/consts/
fd.rs

1
2
3
4
5
6
//! 文件描述符相关的定义
//!
//!

/// 默认读取标志位
pub const DEF_OPEN_FLAGS: u64 = 2;