Skip to content

Commit 131efe9

Browse files
snoggetgross35
authored andcommitted
gnu: Add the __f_unused field to struct statvfs for sparc
The __f_unused field should be the same in statvfs and statvfs64 (where it was already included) as can be seen in https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/bits/statvfs.h;h=1aed2f54aa86e43ac1c1d3a33197b3232be76580;hb=HEAD
1 parent 22ac02c commit 131efe9

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ s! {
131131
pub f_ffree: u64,
132132
pub f_favail: u64,
133133
pub f_fsid: c_ulong,
134+
__f_unused: c_int,
134135
pub f_flag: c_ulong,
135136
pub f_namemax: c_ulong,
136137
__f_spare: [c_int; 6],

0 commit comments

Comments
 (0)