]> git.lizzy.rs Git - rust.git/blobdiff - src/liblibc/lib.rs
unbreak dragonfly build after nacl integration
[rust.git] / src / liblibc / lib.rs
index 8d8f6a406f5d4e1a834961664061fbf4d263fa49..42143b06ca0e391678583b6e9cfced390ffa897c 100644 (file)
@@ -1115,7 +1115,6 @@ pub mod c99 {
             pub mod posix88 {
                 pub type off_t = i64;
                 pub type dev_t = u32;
-                pub type ino_t = u32;
                 pub type pid_t = i32;
                 pub type uid_t = u32;
                 pub type gid_t = u32;
@@ -1362,7 +1361,6 @@ pub mod posix88 {
                 use types::os::arch::c95::{c_long};
                 pub type off_t = i64;
                 pub type dev_t = i32;
-                pub type ino_t = u64;
                 pub type pid_t = i32;
                 pub type uid_t = u32;
                 pub type gid_t = u32;