We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e47b8 commit ccb0e40Copy full SHA for ccb0e40
libc-test/Cargo.toml
@@ -1,3 +1,6 @@
1
+[build]
2
+rustc = "~/code/rust/build/x86_64-unknown-linux-gnu/stage2/bin/rustc"
3
+
4
[package]
5
name = "libc-test"
6
version = "0.1.0"
src/unix/linux_like/emscripten/mod.rs
@@ -22,7 +22,7 @@ pub type pthread_key_t = ::c_uint;
22
pub type clock_t = c_long;
23
pub type time_t = c_long;
24
pub type suseconds_t = c_long;
25
-pub type ino_t = u32;
+pub type ino_t = u64;
26
pub type off_t = i64;
27
pub type blkcnt_t = i32;
28
0 commit comments