File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed
src/unix/linux_like/linux/gnu/b32 Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 77
77
pub shm_perm: :: ipc_perm,
78
78
pub shm_segsz: :: size_t,
79
79
pub shm_atime: :: time_t,
80
- __unused1: :: c_ulong,
81
80
pub shm_dtime: :: time_t,
82
- __unused2: :: c_ulong,
83
81
pub shm_ctime: :: time_t,
84
- __unused3: :: c_ulong,
85
82
pub shm_cpid: :: pid_t,
86
83
pub shm_lpid: :: pid_t,
87
84
pub shm_nattch: :: shmatt_t,
88
- __unused4 : :: c_ulong,
89
- __unused5 : :: c_ulong
85
+ __glibc_reserved5 : :: c_ulong,
86
+ __glibc_reserved6 : :: c_ulong,
90
87
}
91
88
92
89
pub struct msqid_ds {
Original file line number Diff line number Diff line change 96
96
97
97
pub struct shmid_ds {
98
98
pub shm_perm: :: ipc_perm,
99
- __glibc_reserved1: :: c_uint,
99
+ pub shm_segsz: :: size_t,
100
+ //__glibc_reserved1: ::c_uint,
100
101
pub shm_atime: :: time_t,
101
- __glibc_reserved2: :: c_uint,
102
+ // __glibc_reserved2: ::c_uint,
102
103
pub shm_dtime: :: time_t,
103
- __glibc_reserved3: :: c_uint,
104
+ // __glibc_reserved3: ::c_uint,
104
105
pub shm_ctime: :: time_t,
105
- __glibc_reserved4: :: c_uint,
106
- pub shm_segsz: :: size_t,
106
+ //__glibc_reserved4: ::c_uint,
107
107
pub shm_cpid: :: pid_t,
108
108
pub shm_lpid: :: pid_t,
109
109
pub shm_nattch: :: shmatt_t,
Original file line number Diff line number Diff line change @@ -173,11 +173,8 @@ s! {
173
173
pub shm_perm: :: ipc_perm,
174
174
pub shm_segsz: :: size_t,
175
175
pub shm_atime: :: time_t,
176
- __unused1: :: c_ulong,
177
176
pub shm_dtime: :: time_t,
178
- __unused2: :: c_ulong,
179
177
pub shm_ctime: :: time_t,
180
- __unused3: :: c_ulong,
181
178
pub shm_cpid: :: pid_t,
182
179
pub shm_lpid: :: pid_t,
183
180
pub shm_nattch: :: shmatt_t,
You can’t perform that action at this time.
0 commit comments