Skip to content
Snippets Groups Projects
Commit ccb0e403 authored by Thomas Lively's avatar Thomas Lively
Browse files

Update ino_t

parent 71e47b8d
No related branches found
No related tags found
No related merge requests found
[build]
rustc = "~/code/rust/build/x86_64-unknown-linux-gnu/stage2/bin/rustc"
[package]
name = "libc-test"
version = "0.1.0"
......
......@@ -22,7 +22,7 @@ pub type pthread_key_t = ::c_uint;
pub type clock_t = c_long;
pub type time_t = c_long;
pub type suseconds_t = c_long;
pub type ino_t = u32;
pub type ino_t = u64;
pub type off_t = i64;
pub type blkcnt_t = i32;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment