diff --git a/src/platform/types.rs b/src/platform/types.rs index 15fcdbb36d..202bea286b 100644 --- a/src/platform/types.rs +++ b/src/platform/types.rs @@ -62,7 +62,7 @@ pub type id_t = c_uint; pub type gid_t = c_int; pub type uid_t = c_int; pub type dev_t = c_long; -pub type ino_t = c_ulong; +pub type ino_t = c_ulonglong; pub type nlink_t = c_ulong; pub type blksize_t = c_long; pub type blkcnt_t = c_ulong;