Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 59b7fec + 02eff0f commit 14efd35Copy full SHA for 14efd35
src/unix/linux_like/linux/musl/b64/mips64.rs
@@ -4,7 +4,7 @@ use crate::prelude::*;
4
pub type wchar_t = i32;
5
pub type __u64 = c_ulong;
6
pub type __s64 = c_long;
7
-pub type nlink_t = u64;
+pub type nlink_t = c_uint;
8
pub type blksize_t = i64;
9
10
s! {
0 commit comments