aboutsummaryrefslogtreecommitdiff
path: root/libc/src/fuchsia/aarch64.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/fuchsia/aarch64.rs')
-rw-r--r--libc/src/fuchsia/aarch64.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/fuchsia/aarch64.rs b/libc/src/fuchsia/aarch64.rs
index 157d3d6..572f8c1 100644
--- a/libc/src/fuchsia/aarch64.rs
+++ b/libc/src/fuchsia/aarch64.rs
@@ -1,8 +1,8 @@
pub type c_char = u8;
pub type __u64 = ::c_ulonglong;
pub type wchar_t = u32;
-pub type nlink_t = u32;
-pub type blksize_t = ::c_int;
+pub type nlink_t = ::c_ulong;
+pub type blksize_t = ::c_long;
s! {
pub struct stat {