Make ino_t be c_ulonglong

This commit is contained in:
Jeremy Soller
2024-09-11 16:14:03 -06:00
parent 0b03a68150
commit 4935b98180
+1 -1
View File
@@ -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;