Skip to content

Commit cfa086b

Browse files
committed
unbreak openbsd after nacl intergration
1 parent c0ab0ef commit cfa086b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/liblibc/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,6 @@ pub mod types {
13621362
use types::os::arch::c95::{c_long};
13631363
pub type off_t = i64;
13641364
pub type dev_t = i32;
1365-
pub type ino_t = u64;
13661365
pub type pid_t = i32;
13671366
pub type uid_t = u32;
13681367
pub type gid_t = u32;

0 commit comments

Comments
 (0)