diff --git a/src/redox/mod.rs b/src/redox/mod.rs index d3295142..578ce6fa 100644 --- a/src/redox/mod.rs +++ b/src/redox/mod.rs @@ -1,4 +1,3 @@ - pub type int8_t = i8; pub type int16_t = i16; pub type int32_t = i32; @@ -183,7 +182,6 @@ pub const SIGSYS: ::c_int = 31; pub enum FILE {} pub enum fpos_t {} // TODO: fill this out with a struct - // intentionally not public, only used for fd_set cfg_if! { if #[cfg(target_pointer_width = "32")] {