From 14353e8101484aa1ed9a269854469669abbf4e30 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 3 Mar 2019 16:24:54 +0100 Subject: [PATCH] remove obsolete definition of gid_t and uid_t --- src/unix/hermit/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/unix/hermit/mod.rs b/src/unix/hermit/mod.rs index aafd56eff8b85..288cc46a50693 100644 --- a/src/unix/hermit/mod.rs +++ b/src/unix/hermit/mod.rs @@ -19,8 +19,6 @@ pub type c_long = i64; pub type c_ulong = u64; -//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;