Skip to content

Commit c1e4812

Browse files
snoggetgross35
authored andcommitted
gnu: Add missing f_flags field to struct statfs for sparc
1 parent 131efe9 commit c1e4812

File tree

1 file changed

+2
-1
lines changed
  • src/unix/linux_like/linux/gnu/b32/sparc

1 file changed

+2
-1
lines changed

src/unix/linux_like/linux/gnu/b32/sparc/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ s! {
2626

2727
pub f_namelen: crate::__fsword_t,
2828
pub f_frsize: crate::__fsword_t,
29-
f_spare: [crate::__fsword_t; 5],
29+
pub f_flags: crate::__fsword_t,
30+
f_spare: [crate::__fsword_t; 4],
3031
}
3132

3233
pub struct siginfo_t {

0 commit comments

Comments
 (0)