File tree Expand file tree Collapse file tree 4 files changed +0
-21
lines changed
src/unix/linux_like/linux/gnu/b32 Expand file tree Collapse file tree 4 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -121,11 +121,8 @@ s! {
121
121
pub struct msqid_ds {
122
122
pub msg_perm: :: ipc_perm,
123
123
pub msg_stime: :: time_t,
124
- __glibc_reserved1: :: c_ulong,
125
124
pub msg_rtime: :: time_t,
126
- __glibc_reserved2: :: c_ulong,
127
125
pub msg_ctime: :: time_t,
128
- __glibc_reserved3: :: c_ulong,
129
126
__msg_cbytes: :: c_ulong,
130
127
pub msg_qnum: :: msgqnum_t,
131
128
pub msg_qbytes: :: msglen_t,
Original file line number Diff line number Diff line change @@ -119,21 +119,9 @@ s! {
119
119
120
120
pub struct msqid_ds {
121
121
pub msg_perm: :: ipc_perm,
122
- #[ cfg( target_endian = "big" ) ]
123
- __glibc_reserved1: :: c_ulong,
124
122
pub msg_stime: :: time_t,
125
- #[ cfg( target_endian = "little" ) ]
126
- __glibc_reserved1: :: c_ulong,
127
- #[ cfg( target_endian = "big" ) ]
128
- __glibc_reserved2: :: c_ulong,
129
123
pub msg_rtime: :: time_t,
130
- #[ cfg( target_endian = "little" ) ]
131
- __glibc_reserved2: :: c_ulong,
132
- #[ cfg( target_endian = "big" ) ]
133
- __glibc_reserved3: :: c_ulong,
134
124
pub msg_ctime: :: time_t,
135
- #[ cfg( target_endian = "little" ) ]
136
- __glibc_reserved3: :: c_ulong,
137
125
__msg_cbytes: :: c_ulong,
138
126
pub msg_qnum: :: msgqnum_t,
139
127
pub msg_qbytes: :: msglen_t,
Original file line number Diff line number Diff line change @@ -126,11 +126,8 @@ s! {
126
126
127
127
pub struct msqid_ds {
128
128
pub msg_perm: :: ipc_perm,
129
- __glibc_reserved1: :: c_uint,
130
129
pub msg_stime: :: time_t,
131
- __glibc_reserved2: :: c_uint,
132
130
pub msg_rtime: :: time_t,
133
- __glibc_reserved3: :: c_uint,
134
131
pub msg_ctime: :: time_t,
135
132
__msg_cbytes: :: c_ulong,
136
133
pub msg_qnum: :: msgqnum_t,
Original file line number Diff line number Diff line change @@ -198,11 +198,8 @@ s! {
198
198
pub struct msqid_ds {
199
199
pub msg_perm: :: ipc_perm,
200
200
pub msg_stime: :: time_t,
201
- __glibc_reserved1: :: c_ulong,
202
201
pub msg_rtime: :: time_t,
203
- __glibc_reserved2: :: c_ulong,
204
202
pub msg_ctime: :: time_t,
205
- __glibc_reserved3: :: c_ulong,
206
203
__msg_cbytes: :: c_ulong,
207
204
pub msg_qnum: :: msgqnum_t,
208
205
pub msg_qbytes: :: msglen_t,
You can’t perform that action at this time.
0 commit comments