@@ -161,22 +161,22 @@ s! {
161161
162162 pub struct msqid_ds {
163163 pub msg_perm: crate :: ipc_perm,
164- #[ cfg( target_endian = "big" ) ]
164+ #[ cfg( all ( not ( gnu_time_bits64 ) , target_endian = "big" ) ) ]
165165 __glibc_reserved1: c_ulong,
166166 pub msg_stime: crate :: time_t,
167- #[ cfg( target_endian = "little" ) ]
167+ #[ cfg( all ( not ( gnu_time_bits64 ) , target_endian = "little" ) ) ]
168168 __glibc_reserved1: c_ulong,
169- #[ cfg( target_endian = "big" ) ]
169+ #[ cfg( all ( not ( gnu_time_bits64 ) , target_endian = "big" ) ) ]
170170 __glibc_reserved2: c_ulong,
171171 pub msg_rtime: crate :: time_t,
172- #[ cfg( target_endian = "little" ) ]
172+ #[ cfg( all ( not ( gnu_time_bits64 ) , target_endian = "little" ) ) ]
173173 __glibc_reserved2: c_ulong,
174- #[ cfg( target_endian = "big" ) ]
174+ #[ cfg( all ( not ( gnu_time_bits64 ) , target_endian = "big" ) ) ]
175175 __glibc_reserved3: c_ulong,
176176 pub msg_ctime: crate :: time_t,
177177 #[ cfg( target_endian = "little" ) ]
178178 __glibc_reserved3: c_ulong,
179- pub __msg_cbytes: c_ulong,
179+ __msg_cbytes: c_ulong,
180180 pub msg_qnum: crate :: msgqnum_t,
181181 pub msg_qbytes: crate :: msglen_t,
182182 pub msg_lspid: crate :: pid_t,
0 commit comments