We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fcbdb commit 48d5e6aCopy full SHA for 48d5e6a
2 files changed
src/fuchsia/riscv64.rs
@@ -18,7 +18,7 @@ s! {
18
pub st_mode: crate::mode_t,
19
pub st_uid: crate::uid_t,
20
pub st_gid: crate::gid_t,
21
- __pad0: Padding<c_int>,
+ __pad0: Padding<c_uint>,
22
pub st_rdev: crate::dev_t,
23
pub st_size: off_t,
24
pub st_blksize: crate::blksize_t,
src/fuchsia/x86_64.rs
@@ -16,7 +16,7 @@ s! {
16
17
0 commit comments