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 8989 pub struct msqid_ds {
9090 pub msg_perm: :: ipc_perm,
9191 pub msg_stime: :: time_t,
92- __glibc_reserved1: :: c_ulong,
9392 pub msg_rtime: :: time_t,
94- __glibc_reserved2: :: c_ulong,
9593 pub msg_ctime: :: time_t,
96- __glibc_reserved3: :: c_ulong,
9794 __msg_cbytes: :: c_ulong,
9895 pub msg_qnum: :: msgqnum_t,
9996 pub msg_qbytes: :: msglen_t,
Original file line number Diff line number Diff line change @@ -105,21 +105,9 @@ s! {
105105
106106 pub struct msqid_ds {
107107 pub msg_perm: :: ipc_perm,
108- #[ cfg( target_endian = "big" ) ]
109- __glibc_reserved1: :: c_ulong,
110108 pub msg_stime: :: time_t,
111- #[ cfg( target_endian = "little" ) ]
112- __glibc_reserved1: :: c_ulong,
113- #[ cfg( target_endian = "big" ) ]
114- __glibc_reserved2: :: c_ulong,
115109 pub msg_rtime: :: time_t,
116- #[ cfg( target_endian = "little" ) ]
117- __glibc_reserved2: :: c_ulong,
118- #[ cfg( target_endian = "big" ) ]
119- __glibc_reserved3: :: c_ulong,
120110 pub msg_ctime: :: time_t,
121- #[ cfg( target_endian = "little" ) ]
122- __glibc_reserved3: :: c_ulong,
123111 __msg_cbytes: :: c_ulong,
124112 pub msg_qnum: :: msgqnum_t,
125113 pub msg_qbytes: :: msglen_t,
Original file line number Diff line number Diff line change @@ -113,11 +113,8 @@ s! {
113113
114114 pub struct msqid_ds {
115115 pub msg_perm: :: ipc_perm,
116- __glibc_reserved1: :: c_uint,
117116 pub msg_stime: :: time_t,
118- __glibc_reserved2: :: c_uint,
119117 pub msg_rtime: :: time_t,
120- __glibc_reserved3: :: c_uint,
121118 pub msg_ctime: :: time_t,
122119 __msg_cbytes: :: c_ulong,
123120 pub msg_qnum: :: msgqnum_t,
Original file line number Diff line number Diff line change @@ -185,11 +185,8 @@ s! {
185185 pub struct msqid_ds {
186186 pub msg_perm: :: ipc_perm,
187187 pub msg_stime: :: time_t,
188- __glibc_reserved1: :: c_ulong,
189188 pub msg_rtime: :: time_t,
190- __glibc_reserved2: :: c_ulong,
191189 pub msg_ctime: :: time_t,
192- __glibc_reserved3: :: c_ulong,
193190 __msg_cbytes: :: c_ulong,
194191 pub msg_qnum: :: msgqnum_t,
195192 pub msg_qbytes: :: msglen_t,
You can’t perform that action at this time.
0 commit comments