@@ -53,54 +53,6 @@ cfg_if! {
53
53
}
54
54
55
55
s ! {
56
- pub struct stat {
57
- #[ cfg( not( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ) ]
58
- pub st_dev: :: dev_t,
59
- #[ cfg( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ]
60
- pub st_dev: :: c_ulong,
61
-
62
- #[ cfg( not( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ) ]
63
- __pad1: :: c_short,
64
- #[ cfg( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ]
65
- st_pad1: [ :: c_long; 3 ] ,
66
- pub st_ino: :: ino_t,
67
- pub st_mode: :: mode_t,
68
- pub st_nlink: :: nlink_t,
69
- pub st_uid: :: uid_t,
70
- pub st_gid: :: gid_t,
71
- #[ cfg( not( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ) ]
72
- pub st_rdev: :: dev_t,
73
- #[ cfg( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ]
74
- pub st_rdev: :: c_ulong,
75
- #[ cfg( not( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ) ]
76
- __pad2: :: c_short,
77
- #[ cfg( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ]
78
- st_pad2: [ :: c_long; 2 ] ,
79
- pub st_size: :: off_t,
80
- #[ cfg( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ]
81
- st_pad3: :: c_long,
82
- #[ cfg( not( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ) ]
83
- pub st_blksize: :: blksize_t,
84
- #[ cfg( not( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ) ]
85
- pub st_blocks: :: blkcnt_t,
86
- pub st_atime: :: time_t,
87
- pub st_atime_nsec: :: c_long,
88
- pub st_mtime: :: time_t,
89
- pub st_mtime_nsec: :: c_long,
90
- pub st_ctime: :: time_t,
91
- pub st_ctime_nsec: :: c_long,
92
- #[ cfg( not( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ) ]
93
- __unused4: :: c_long,
94
- #[ cfg( not( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ) ]
95
- __unused5: :: c_long,
96
- #[ cfg( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ]
97
- pub st_blksize: :: blksize_t,
98
- #[ cfg( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ]
99
- pub st_blocks: :: blkcnt_t,
100
- #[ cfg( any( target_arch = "mips" , target_arch = "mips32r6" ) ) ]
101
- st_pad5: [ :: c_long; 14 ] ,
102
- }
103
-
104
56
pub struct statvfs {
105
57
pub f_bsize: :: c_ulong,
106
58
pub f_frsize: :: c_ulong,
0 commit comments