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 @@ -109,16 +109,13 @@ s! {
109
109
pub shm_perm: :: ipc_perm,
110
110
pub shm_segsz: :: size_t,
111
111
pub shm_atime: :: time_t,
112
- __unused1: :: c_ulong,
113
112
pub shm_dtime: :: time_t,
114
- __unused2: :: c_ulong,
115
113
pub shm_ctime: :: time_t,
116
- __unused3: :: c_ulong,
117
114
pub shm_cpid: :: pid_t,
118
115
pub shm_lpid: :: pid_t,
119
116
pub shm_nattch: :: shmatt_t,
120
- __unused4 : :: c_ulong,
121
- __unused5 : :: c_ulong
117
+ __glibc_reserved5 : :: c_ulong,
118
+ __glibc_reserved6 : :: c_ulong,
122
119
}
123
120
124
121
pub struct msqid_ds {
Original file line number Diff line number Diff line change @@ -109,14 +109,14 @@ s! {
109
109
110
110
pub struct shmid_ds {
111
111
pub shm_perm: :: ipc_perm,
112
- __glibc_reserved1: :: c_uint,
112
+ pub shm_segsz: :: size_t,
113
+ //__glibc_reserved1: ::c_uint,
113
114
pub shm_atime: :: time_t,
114
- __glibc_reserved2: :: c_uint,
115
+ // __glibc_reserved2: ::c_uint,
115
116
pub shm_dtime: :: time_t,
116
- __glibc_reserved3: :: c_uint,
117
+ // __glibc_reserved3: ::c_uint,
117
118
pub shm_ctime: :: time_t,
118
- __glibc_reserved4: :: c_uint,
119
- pub shm_segsz: :: size_t,
119
+ //__glibc_reserved4: ::c_uint,
120
120
pub shm_cpid: :: pid_t,
121
121
pub shm_lpid: :: pid_t,
122
122
pub shm_nattch: :: shmatt_t,
Original file line number Diff line number Diff line change @@ -186,11 +186,8 @@ s! {
186
186
pub shm_perm: :: ipc_perm,
187
187
pub shm_segsz: :: size_t,
188
188
pub shm_atime: :: time_t,
189
- __unused1: :: c_ulong,
190
189
pub shm_dtime: :: time_t,
191
- __unused2: :: c_ulong,
192
190
pub shm_ctime: :: time_t,
193
- __unused3: :: c_ulong,
194
191
pub shm_cpid: :: pid_t,
195
192
pub shm_lpid: :: pid_t,
196
193
pub shm_nattch: :: shmatt_t,
You can’t perform that action at this time.
0 commit comments