@@ -161,22 +161,22 @@ s! {
161
161
162
162
pub struct msqid_ds {
163
163
pub msg_perm: crate :: ipc_perm,
164
- #[ cfg( target_endian = "big" ) ]
164
+ #[ cfg( all ( not ( gnu_time_bits64 ) , target_endian = "big" ) ) ]
165
165
__glibc_reserved1: c_ulong,
166
166
pub msg_stime: crate :: time_t,
167
- #[ cfg( target_endian = "little" ) ]
167
+ #[ cfg( all ( not ( gnu_time_bits64 ) , target_endian = "little" ) ) ]
168
168
__glibc_reserved1: c_ulong,
169
- #[ cfg( target_endian = "big" ) ]
169
+ #[ cfg( all ( not ( gnu_time_bits64 ) , target_endian = "big" ) ) ]
170
170
__glibc_reserved2: c_ulong,
171
171
pub msg_rtime: crate :: time_t,
172
- #[ cfg( target_endian = "little" ) ]
172
+ #[ cfg( all ( not ( gnu_time_bits64 ) , target_endian = "little" ) ) ]
173
173
__glibc_reserved2: c_ulong,
174
- #[ cfg( target_endian = "big" ) ]
174
+ #[ cfg( all ( not ( gnu_time_bits64 ) , target_endian = "big" ) ) ]
175
175
__glibc_reserved3: c_ulong,
176
176
pub msg_ctime: crate :: time_t,
177
177
#[ cfg( target_endian = "little" ) ]
178
178
__glibc_reserved3: c_ulong,
179
- pub __msg_cbytes: c_ulong,
179
+ __msg_cbytes: c_ulong,
180
180
pub msg_qnum: crate :: msgqnum_t,
181
181
pub msg_qbytes: crate :: msglen_t,
182
182
pub msg_lspid: crate :: pid_t,
0 commit comments