mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Add file descriptor type
This commit is contained in:
parent
de761ce921
commit
165485b721
2
kernel/scheme/fd.rs
Normal file
2
kernel/scheme/fd.rs
Normal file
@ -0,0 +1,2 @@
|
||||
/// A file descriptor type
|
||||
pub type Fd = usize;
|
||||
Loading…
Reference in New Issue
Block a user