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 89
89
pub struct msqid_ds {
90
90
pub msg_perm: :: ipc_perm,
91
91
pub msg_stime: :: time_t,
92
- __glibc_reserved1: :: c_ulong,
93
92
pub msg_rtime: :: time_t,
94
- __glibc_reserved2: :: c_ulong,
95
93
pub msg_ctime: :: time_t,
96
- __glibc_reserved3: :: c_ulong,
97
94
__msg_cbytes: :: c_ulong,
98
95
pub msg_qnum: :: msgqnum_t,
99
96
pub msg_qbytes: :: msglen_t,
Original file line number Diff line number Diff line change @@ -105,21 +105,9 @@ s! {
105
105
106
106
pub struct msqid_ds {
107
107
pub msg_perm: :: ipc_perm,
108
- #[ cfg( target_endian = "big" ) ]
109
- __glibc_reserved1: :: c_ulong,
110
108
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,
115
109
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,
120
110
pub msg_ctime: :: time_t,
121
- #[ cfg( target_endian = "little" ) ]
122
- __glibc_reserved3: :: c_ulong,
123
111
__msg_cbytes: :: c_ulong,
124
112
pub msg_qnum: :: msgqnum_t,
125
113
pub msg_qbytes: :: msglen_t,
Original file line number Diff line number Diff line change @@ -113,11 +113,8 @@ s! {
113
113
114
114
pub struct msqid_ds {
115
115
pub msg_perm: :: ipc_perm,
116
- __glibc_reserved1: :: c_uint,
117
116
pub msg_stime: :: time_t,
118
- __glibc_reserved2: :: c_uint,
119
117
pub msg_rtime: :: time_t,
120
- __glibc_reserved3: :: c_uint,
121
118
pub msg_ctime: :: time_t,
122
119
__msg_cbytes: :: c_ulong,
123
120
pub msg_qnum: :: msgqnum_t,
Original file line number Diff line number Diff line change @@ -185,11 +185,8 @@ s! {
185
185
pub struct msqid_ds {
186
186
pub msg_perm: :: ipc_perm,
187
187
pub msg_stime: :: time_t,
188
- __glibc_reserved1: :: c_ulong,
189
188
pub msg_rtime: :: time_t,
190
- __glibc_reserved2: :: c_ulong,
191
189
pub msg_ctime: :: time_t,
192
- __glibc_reserved3: :: c_ulong,
193
190
__msg_cbytes: :: c_ulong,
194
191
pub msg_qnum: :: msgqnum_t,
195
192
pub msg_qbytes: :: msglen_t,
You can’t perform that action at this time.
0 commit comments