Skip to content

Commit ccb0e40

Browse files
committed
Update ino_t
1 parent 71e47b8 commit ccb0e40

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

libc-test/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[build]
2+
rustc = "~/code/rust/build/x86_64-unknown-linux-gnu/stage2/bin/rustc"
3+
14
[package]
25
name = "libc-test"
36
version = "0.1.0"

src/unix/linux_like/emscripten/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub type pthread_key_t = ::c_uint;
2222
pub type clock_t = c_long;
2323
pub type time_t = c_long;
2424
pub type suseconds_t = c_long;
25-
pub type ino_t = u32;
25+
pub type ino_t = u64;
2626
pub type off_t = i64;
2727
pub type blkcnt_t = i32;
2828

0 commit comments

Comments
 (0)