We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d18556 commit 14353e8Copy full SHA for 14353e8
src/unix/hermit/mod.rs
@@ -19,8 +19,6 @@
19
pub type c_long = i64;
20
pub type c_ulong = u64;
21
22
-//pub type uid_t = u16;
23
-//pub type gid_t = u16;
24
pub type speed_t = ::c_uint;
25
pub type mode_t = u32;
26
pub type dev_t = i16;
0 commit comments