mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
3 lines
48 B
Rust
3 lines
48 B
Rust
/// A file descriptor type
|
|
pub type Fd = usize;
|