We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc77f9 commit 3ac320dCopy full SHA for 3ac320d
src/unix/redox/mod.rs
@@ -22,7 +22,7 @@ pub type clockid_t = ::c_int;
22
pub type dev_t = ::c_long;
23
pub type fsblkcnt_t = ::c_ulong;
24
pub type fsfilcnt_t = ::c_ulong;
25
-pub type ino_t = ::c_ulong;
+pub type ino_t = ::c_ulonglong;
26
pub type mode_t = ::c_int;
27
pub type nfds_t = ::c_ulong;
28
pub type nlink_t = ::c_ulong;
0 commit comments