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.
1 parent 131efe9 commit c1e4812Copy full SHA for c1e4812
src/unix/linux_like/linux/gnu/b32/sparc/mod.rs
@@ -26,7 +26,8 @@ s! {
26
27
pub f_namelen: crate::__fsword_t,
28
pub f_frsize: crate::__fsword_t,
29
- f_spare: [crate::__fsword_t; 5],
+ pub f_flags: crate::__fsword_t,
30
+ f_spare: [crate::__fsword_t; 4],
31
}
32
33
pub struct siginfo_t {
0 commit comments