File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/unix/linux_like/linux/gnu/b32/m68k Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
pub cuid: :: uid_t,
50
50
pub cgid: :: gid_t,
51
51
pub mode: :: mode_t,
52
- __seq: c_ushort,
53
- __pad1: c_ushort,
54
- __glibc_reserved1: c_ulong,
55
- __glibc_reserved2: c_ulong,
52
+ __seq: :: c_ushort,
53
+ __pad1: :: c_ushort,
54
+ __glibc_reserved1: :: c_ulong,
55
+ __glibc_reserved2: :: c_ulong,
56
56
}
57
57
58
58
pub struct stat64 {
59
59
pub st_dev: :: dev_t,
60
- __pad1: c_ushort,
60
+ __pad1: :: c_ushort,
61
61
pub st_ino: :: ino64_t,
62
62
pub st_mode: :: mode_t,
63
63
pub st_nlink: :: nlink_t,
64
64
pub st_uid: :: uid_t,
65
65
pub st_gid: :: gid_t,
66
66
pub st_rdev: :: dev_t,
67
- __pad2: c_ushort,
67
+ __pad2: :: c_ushort,
68
68
pub st_size: :: off64_t,
69
69
pub st_blksize: :: blksize_t,
70
70
pub st_blocks: :: blkcnt64_t,
You can’t perform that action at this time.
0 commit comments