diff --git a/src/unix/hermit/mod.rs b/src/unix/hermit/mod.rs index 56555e847cb18..aafd56eff8b85 100644 --- a/src/unix/hermit/mod.rs +++ b/src/unix/hermit/mod.rs @@ -19,10 +19,8 @@ pub type c_long = i64; pub type c_ulong = u64; -#[allow(unused)] -pub type uid_t = u16; -#[allow(unused)] -pub type gid_t = u16; +//pub type uid_t = u16; +//pub type gid_t = u16; pub type speed_t = ::c_uint; pub type mode_t = u32; pub type dev_t = i16;