File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/unix/linux_like/linux/gnu/b64/riscv64 Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 36
36
pub st_mtime_nsec: :: c_long,
37
37
pub st_ctime: :: time_t,
38
38
pub st_ctime_nsec: :: c_long,
39
- pub __unused: [ :: c_int; 2usize ] ,
39
+ __unused: [ :: c_int; 2usize ] ,
40
40
}
41
41
42
42
pub struct stat64 {
58
58
pub st_mtime_nsec: :: c_long,
59
59
pub st_ctime: :: time_t,
60
60
pub st_ctime_nsec: :: c_long,
61
- pub __unused: [ :: c_int; 2 ] ,
61
+ __unused: [ :: c_int; 2 ] ,
62
62
}
63
63
64
64
pub struct statfs {
@@ -156,11 +156,11 @@ s! {
156
156
pub cuid: :: uid_t,
157
157
pub cgid: :: gid_t,
158
158
pub mode: :: c_ushort,
159
- pub __pad1: :: c_ushort,
159
+ __pad1: :: c_ushort,
160
160
pub __seq: :: c_ushort,
161
- pub __pad2: :: c_ushort,
162
- pub __unused1: :: c_ulong,
163
- pub __unused2: :: c_ulong,
161
+ __pad2: :: c_ushort,
162
+ __unused1: :: c_ulong,
163
+ __unused2: :: c_ulong,
164
164
}
165
165
166
166
pub struct shmid_ds {
172
172
pub shm_cpid: :: pid_t,
173
173
pub shm_lpid: :: pid_t,
174
174
pub shm_nattch: :: shmatt_t,
175
- pub __unused5: :: c_ulong,
176
- pub __unused6: :: c_ulong,
175
+ __unused5: :: c_ulong,
176
+ __unused6: :: c_ulong,
177
177
}
178
178
179
179
pub struct flock {
You can’t perform that action at this time.
0 commit comments