@@ -198,84 +198,6 @@ s! {
198
198
pub rt_irtt: :: c_ushort,
199
199
}
200
200
201
- pub struct timex {
202
- pub modes: :: c_uint,
203
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
204
- pub offset: i64 ,
205
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
206
- pub offset: :: c_long,
207
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
208
- pub freq: i64 ,
209
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
210
- pub freq: :: c_long,
211
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
212
- pub maxerror: i64 ,
213
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
214
- pub maxerror: :: c_long,
215
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
216
- pub esterror: i64 ,
217
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
218
- pub esterror: :: c_long,
219
- pub status: :: c_int,
220
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
221
- pub constant: i64 ,
222
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
223
- pub constant: :: c_long,
224
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
225
- pub precision: i64 ,
226
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
227
- pub precision: :: c_long,
228
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
229
- pub tolerance: i64 ,
230
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
231
- pub tolerance: :: c_long,
232
- pub time: :: timeval,
233
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
234
- pub tick: i64 ,
235
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
236
- pub tick: :: c_long,
237
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
238
- pub ppsfreq: i64 ,
239
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
240
- pub ppsfreq: :: c_long,
241
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
242
- pub jitter: i64 ,
243
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
244
- pub jitter: :: c_long,
245
- pub shift: :: c_int,
246
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
247
- pub stabil: i64 ,
248
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
249
- pub stabil: :: c_long,
250
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
251
- pub jitcnt: i64 ,
252
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
253
- pub jitcnt: :: c_long,
254
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
255
- pub calcnt: i64 ,
256
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
257
- pub calcnt: :: c_long,
258
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
259
- pub errcnt: i64 ,
260
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
261
- pub errcnt: :: c_long,
262
- #[ cfg( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ]
263
- pub stbcnt: i64 ,
264
- #[ cfg( not( all( target_arch = "x86_64" , target_pointer_width = "32" ) ) ) ]
265
- pub stbcnt: :: c_long,
266
- pub tai: :: c_int,
267
- pub __unused1: i32 ,
268
- pub __unused2: i32 ,
269
- pub __unused3: i32 ,
270
- pub __unused4: i32 ,
271
- pub __unused5: i32 ,
272
- pub __unused6: i32 ,
273
- pub __unused7: i32 ,
274
- pub __unused8: i32 ,
275
- pub __unused9: i32 ,
276
- pub __unused10: i32 ,
277
- pub __unused11: i32 ,
278
- }
279
201
280
202
pub struct ntptimeval {
281
203
pub time: :: timeval,
0 commit comments