File tree Expand file tree Collapse file tree 22 files changed +22
-22
lines changed Expand file tree Collapse file tree 22 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 807
807
pub msg_stime: crate :: time_t,
808
808
pub msg_rtime: crate :: time_t,
809
809
pub msg_ctime: crate :: time_t,
810
- __msg_cbytes: c_ulong,
810
+ pub __msg_cbytes: c_ulong,
811
811
pub msg_qnum: crate :: msgqnum_t,
812
812
pub msg_qbytes: crate :: msglen_t,
813
813
pub msg_lspid: crate :: pid_t,
Original file line number Diff line number Diff line change 272
272
pub msg_stime: crate :: time_t,
273
273
pub msg_rtime: crate :: time_t,
274
274
pub msg_ctime: crate :: time_t,
275
- __msg_cbytes: c_ulong,
275
+ pub __msg_cbytes: c_ulong,
276
276
pub msg_qnum: crate :: msgqnum_t,
277
277
pub msg_qbytes: crate :: msglen_t,
278
278
pub msg_lspid: crate :: pid_t,
Original file line number Diff line number Diff line change 135
135
__glibc_reserved2: c_ulong,
136
136
pub msg_ctime: crate :: time_t,
137
137
__glibc_reserved3: c_ulong,
138
- __msg_cbytes: c_ulong,
138
+ pub __msg_cbytes: c_ulong,
139
139
pub msg_qnum: crate :: msgqnum_t,
140
140
pub msg_qbytes: crate :: msglen_t,
141
141
pub msg_lspid: crate :: pid_t,
Original file line number Diff line number Diff line change 134
134
__glibc_reserved2: c_ulong,
135
135
pub msg_ctime: crate :: time_t,
136
136
__glibc_reserved3: c_ulong,
137
- __msg_cbytes: c_ulong,
137
+ pub __msg_cbytes: c_ulong,
138
138
pub msg_qnum: crate :: msgqnum_t,
139
139
pub msg_qbytes: crate :: msglen_t,
140
140
pub msg_lspid: crate :: pid_t,
Original file line number Diff line number Diff line change 134
134
__glibc_reserved2: c_uint,
135
135
pub msg_ctime: crate :: time_t,
136
136
__glibc_reserved3: c_uint,
137
- __msg_cbytes: c_ulong,
137
+ pub __msg_cbytes: c_ulong,
138
138
pub msg_qnum: crate :: msgqnum_t,
139
139
pub msg_qbytes: crate :: msglen_t,
140
140
pub msg_lspid: crate :: pid_t,
Original file line number Diff line number Diff line change 162
162
pub msg_ctime: crate :: time_t,
163
163
#[ cfg( target_endian = "little" ) ]
164
164
__glibc_reserved3: c_ulong,
165
- __msg_cbytes: c_ulong,
165
+ pub __msg_cbytes: c_ulong,
166
166
pub msg_qnum: crate :: msgqnum_t,
167
167
pub msg_qbytes: crate :: msglen_t,
168
168
pub msg_lspid: crate :: pid_t,
Original file line number Diff line number Diff line change 135
135
pub msg_rtime: crate :: time_t,
136
136
__glibc_reserved3: c_uint,
137
137
pub msg_ctime: crate :: time_t,
138
- __msg_cbytes: c_ulong,
138
+ pub __msg_cbytes: c_ulong,
139
139
pub msg_qnum: crate :: msgqnum_t,
140
140
pub msg_qbytes: crate :: msglen_t,
141
141
pub msg_lspid: crate :: pid_t,
Original file line number Diff line number Diff line change 11
11
pub msg_stime: crate :: time_t,
12
12
pub msg_rtime: crate :: time_t,
13
13
pub msg_ctime: crate :: time_t,
14
- __msg_cbytes: c_ulong,
14
+ pub __msg_cbytes: c_ulong,
15
15
pub msg_qnum: crate :: msgqnum_t,
16
16
pub msg_qbytes: crate :: msglen_t,
17
17
pub msg_lspid: crate :: pid_t,
Original file line number Diff line number Diff line change 149
149
pub msg_rtime: crate :: time_t,
150
150
__pad3: c_uint,
151
151
pub msg_ctime: crate :: time_t,
152
- __msg_cbytes: c_ushort,
152
+ pub __msg_cbytes: c_ushort,
153
153
pub msg_qnum: crate :: msgqnum_t,
154
154
pub msg_qbytes: crate :: msglen_t,
155
155
pub msg_lspid: crate :: pid_t,
Original file line number Diff line number Diff line change 209
209
__glibc_reserved2: c_ulong,
210
210
pub msg_ctime: crate :: time_t,
211
211
__glibc_reserved3: c_ulong,
212
- __msg_cbytes: c_ulong,
212
+ pub __msg_cbytes: c_ulong,
213
213
pub msg_qnum: crate :: msgqnum_t,
214
214
pub msg_qbytes: crate :: msglen_t,
215
215
pub msg_lspid: crate :: pid_t,
You can’t perform that action at this time.
0 commit comments