Skip to content
Snippets Groups Projects
Commit 52bb1524 authored by Stefan Lankes's avatar Stefan Lankes
Browse files

allowd unused types ggid_t and uuid_t

parent 682b8af2
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
pub type c_long = i64; pub type c_long = i64;
pub type c_ulong = u64; pub type c_ulong = u64;
#[allow(unused)]
pub type uid_t = u16; pub type uid_t = u16;
#[allow(unused)]
pub type gid_t = u16; pub type gid_t = u16;
pub type speed_t = ::c_uint; pub type speed_t = ::c_uint;
pub type mode_t = u32; pub type mode_t = u32;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment