]> git.lizzy.rs Git - rust.git/blobdiff - src/liblibc/lib.rs
unbreak dragonfly build after nacl integration
[rust.git] / src / liblibc / lib.rs
index 74a95b3aba056cdd194a1637b1950d5f5ba5bafa..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;