Skip to content

Commit 91e00f3

Browse files
committed
unbreak openbsd after nacl intergration
1 parent dccdde4 commit 91e00f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/liblibc/lib.rs

-1
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)