File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
src/unix/linux_like/linux/gnu/b32 Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ cfg_if! {
48
48
cfg_if ! {
49
49
if #[ cfg( target_arch = "riscv32" ) ] {
50
50
pub type statvfs64 = statvfs;
51
+ pub type statfs64 = statfs;
51
52
}
52
53
}
53
54
Original file line number Diff line number Diff line change 59
59
pub f_spare: [ :: c_long; 4 ] ,
60
60
}
61
61
62
- pub struct statfs64 {
63
- pub f_type: :: c_long,
64
- pub f_bsize: :: c_long,
65
- pub f_blocks: :: fsblkcnt64_t,
66
- pub f_bfree: :: fsblkcnt64_t,
67
- pub f_bavail: :: fsblkcnt64_t,
68
- pub f_files: :: fsfilcnt64_t,
69
- pub f_ffree: :: fsfilcnt64_t,
70
- pub f_fsid: :: fsid_t,
71
- pub f_namelen: :: c_long,
72
- pub f_frsize: :: c_long,
73
- pub f_flags: :: c_long,
74
- pub f_spare: [ :: c_long; 4 ] ,
75
- }
76
-
77
62
pub struct statvfs {
78
63
pub f_bsize: :: c_ulong,
79
64
pub f_frsize: :: c_ulong,
You can’t perform that action at this time.
0 commit comments