about summary refs log tree commit diff
path: root/src/liblibc
diff options
context:
space:
mode:
authorSébastien Marie <semarie@users.noreply.github.com>2015-02-25 05:07:40 +0100
committerSébastien Marie <semarie@users.noreply.github.com>2015-02-25 05:07:40 +0100
commit91e00f3bfa1166665700a0c12f1697fbe74cddf8 (patch)
treeb1a3f16d6e6c83e1b236070c25d39cefa92802be /src/liblibc
parentdccdde4007c191aa8b8d9cfffb0c7d3509fa675e (diff)
downloadrust-91e00f3bfa1166665700a0c12f1697fbe74cddf8.tar.gz
rust-91e00f3bfa1166665700a0c12f1697fbe74cddf8.zip
unbreak openbsd after nacl intergration
Diffstat (limited to 'src/liblibc')
-rw-r--r--src/liblibc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs
index 8d8f6a406f5..74a95b3aba0 100644
--- a/src/liblibc/lib.rs
+++ b/src/liblibc/lib.rs
@@ -1362,7 +1362,6 @@ pub mod types {
                 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;