Skip to content

Commit 14353e8

Browse files
committed
remove obsolete definition of gid_t and uid_t
1 parent 5d18556 commit 14353e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/unix/hermit/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
pub type c_long = i64;
2020
pub type c_ulong = u64;
2121

22-
//pub type uid_t = u16;
23-
//pub type gid_t = u16;
2422
pub type speed_t = ::c_uint;
2523
pub type mode_t = u32;
2624
pub type dev_t = i16;

0 commit comments

Comments
 (0)