redox/kernel/scheme/fd.rs

3 lines
48 B
Rust
Raw Normal View History

2016-08-31 00:27:10 +02:00
/// A file descriptor type
pub type Fd = usize;