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 370fe27 + 52e7f55 commit ef02ffaCopy full SHA for ef02ffa
src/libstd/os/dragonfly/raw.rs
@@ -65,11 +65,11 @@ pub struct stat {
65
#[stable(feature = "raw_ext", since = "1.1.0")]
66
pub st_flags: fflags_t,
67
68
- pub st_gen: uint32_t,
+ pub st_gen: u32,
69
70
- pub st_lspare: int32_t,
+ pub st_lspare: i32,
71
72
- pub st_qspare1: int64_t,
+ pub st_qspare1: i64,
73
74
- pub st_qspare2: int64_t,
+ pub st_qspare2: i64,
75
}
0 commit comments