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! {
121121 pub struct msqid_ds {
122122 pub msg_perm: :: ipc_perm,
123123 pub msg_stime: :: time_t,
124- __glibc_reserved1: :: c_ulong,
125124 pub msg_rtime: :: time_t,
126- __glibc_reserved2: :: c_ulong,
127125 pub msg_ctime: :: time_t,
128- __glibc_reserved3: :: c_ulong,
129126 __msg_cbytes: :: c_ulong,
130127 pub msg_qnum: :: msgqnum_t,
131128 pub msg_qbytes: :: msglen_t,
Original file line number Diff line number Diff line change @@ -119,21 +119,9 @@ s! {
119119
120120 pub struct msqid_ds {
121121 pub msg_perm: :: ipc_perm,
122- #[ cfg( target_endian = "big" ) ]
123- __glibc_reserved1: :: c_ulong,
124122 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,
129123 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,
134124 pub msg_ctime: :: time_t,
135- #[ cfg( target_endian = "little" ) ]
136- __glibc_reserved3: :: c_ulong,
137125 __msg_cbytes: :: c_ulong,
138126 pub msg_qnum: :: msgqnum_t,
139127 pub msg_qbytes: :: msglen_t,
Original file line number Diff line number Diff line change @@ -126,11 +126,8 @@ s! {
126126
127127 pub struct msqid_ds {
128128 pub msg_perm: :: ipc_perm,
129- __glibc_reserved1: :: c_uint,
130129 pub msg_stime: :: time_t,
131- __glibc_reserved2: :: c_uint,
132130 pub msg_rtime: :: time_t,
133- __glibc_reserved3: :: c_uint,
134131 pub msg_ctime: :: time_t,
135132 __msg_cbytes: :: c_ulong,
136133 pub msg_qnum: :: msgqnum_t,
Original file line number Diff line number Diff line change @@ -198,11 +198,8 @@ s! {
198198 pub struct msqid_ds {
199199 pub msg_perm: :: ipc_perm,
200200 pub msg_stime: :: time_t,
201- __glibc_reserved1: :: c_ulong,
202201 pub msg_rtime: :: time_t,
203- __glibc_reserved2: :: c_ulong,
204202 pub msg_ctime: :: time_t,
205- __glibc_reserved3: :: c_ulong,
206203 __msg_cbytes: :: c_ulong,
207204 pub msg_qnum: :: msgqnum_t,
208205 pub msg_qbytes: :: msglen_t,
You can’t perform that action at this time.
0 commit comments