Skip to content

Commit

Permalink
remove obsolete definition of gid_t and uid_t
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Mar 3, 2019
1 parent 5d18556 commit 14353e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/unix/hermit/mod.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 14353e8

Please sign in to comment.