Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add HermitCore support even if it doesn't have a UNIX interface #1292

Merged
merged 9 commits into from Mar 3, 2019
6 changes: 2 additions & 4 deletions src/unix/hermit/mod.rs
Expand Up @@ -19,10 +19,8 @@
pub type c_long = i64;
pub type c_ulong = u64;

#[allow(unused)]
pub type uid_t = u16;
#[allow(unused)]
pub type gid_t = u16;
//pub type uid_t = u16;
gnzlbg marked this conversation as resolved.
Show resolved Hide resolved
//pub type gid_t = u16;
pub type speed_t = ::c_uint;
pub type mode_t = u32;
pub type dev_t = i16;
Expand Down