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 fbfa292 commit 025b71aCopy full SHA for 025b71a
src/unix/redox/mod.rs
@@ -29,8 +29,8 @@ pub type tcflag_t = u32;
29
pub type time_t = c_longlong;
30
pub type id_t = c_uint;
31
pub type pid_t = usize;
32
-pub type uid_t = u32;
33
-pub type gid_t = u32;
+pub type uid_t = c_int;
+pub type gid_t = c_int;
34
35
#[cfg_attr(feature = "extra_traits", derive(Debug))]
36
pub enum timezone {}
0 commit comments