File tree 4 files changed +9
-12
lines changed
src/unix/linux_like/linux/gnu/b32
4 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,13 @@ s! {
131
131
pub struct msqid_ds {
132
132
pub msg_perm: :: ipc_perm,
133
133
pub msg_stime: :: time_t,
134
+ #[ cfg( not( gnu_time64_abi) ) ]
134
135
__glibc_reserved1: :: c_ulong,
135
136
pub msg_rtime: :: time_t,
137
+ #[ cfg( not( gnu_time64_abi) ) ]
136
138
__glibc_reserved2: :: c_ulong,
137
139
pub msg_ctime: :: time_t,
140
+ #[ cfg( not( gnu_time64_abi) ) ]
138
141
__glibc_reserved3: :: c_ulong,
139
142
__msg_cbytes: :: c_ulong,
140
143
pub msg_qnum: :: msgqnum_t,
Original file line number Diff line number Diff line change @@ -121,21 +121,9 @@ s! {
121
121
122
122
pub struct msqid_ds {
123
123
pub msg_perm: :: ipc_perm,
124
- #[ cfg( target_endian = "big" ) ]
125
- __glibc_reserved1: :: c_ulong,
126
124
pub msg_stime: :: time_t,
127
- #[ cfg( target_endian = "little" ) ]
128
- __glibc_reserved1: :: c_ulong,
129
- #[ cfg( target_endian = "big" ) ]
130
- __glibc_reserved2: :: c_ulong,
131
125
pub msg_rtime: :: time_t,
132
- #[ cfg( target_endian = "little" ) ]
133
- __glibc_reserved2: :: c_ulong,
134
- #[ cfg( target_endian = "big" ) ]
135
- __glibc_reserved3: :: c_ulong,
136
126
pub msg_ctime: :: time_t,
137
- #[ cfg( target_endian = "little" ) ]
138
- __glibc_reserved3: :: c_ulong,
139
127
__msg_cbytes: :: c_ulong,
140
128
pub msg_qnum: :: msgqnum_t,
141
129
pub msg_qbytes: :: msglen_t,
Original file line number Diff line number Diff line change @@ -110,10 +110,13 @@ s! {
110
110
111
111
pub struct msqid_ds {
112
112
pub msg_perm: :: ipc_perm,
113
+ #[ cfg( not( gnu_time64_abi) ) ]
113
114
__glibc_reserved1: :: c_uint,
114
115
pub msg_stime: :: time_t,
116
+ #[ cfg( not( gnu_time64_abi) ) ]
115
117
__glibc_reserved2: :: c_uint,
116
118
pub msg_rtime: :: time_t,
119
+ #[ cfg( not( gnu_time64_abi) ) ]
117
120
__glibc_reserved3: :: c_uint,
118
121
pub msg_ctime: :: time_t,
119
122
__msg_cbytes: :: c_ulong,
Original file line number Diff line number Diff line change @@ -205,10 +205,13 @@ s! {
205
205
pub struct msqid_ds {
206
206
pub msg_perm: :: ipc_perm,
207
207
pub msg_stime: :: time_t,
208
+ #[ cfg( not( gnu_time64_abi) ) ]
208
209
__glibc_reserved1: :: c_ulong,
209
210
pub msg_rtime: :: time_t,
211
+ #[ cfg( not( gnu_time64_abi) ) ]
210
212
__glibc_reserved2: :: c_ulong,
211
213
pub msg_ctime: :: time_t,
214
+ #[ cfg( not( gnu_time64_abi) ) ]
212
215
__glibc_reserved3: :: c_ulong,
213
216
__msg_cbytes: :: c_ulong,
214
217
pub msg_qnum: :: msgqnum_t,
You can’t perform that action at this time.
0 commit comments