@@ -297,7 +297,7 @@ pub mod types {
297
297
}
298
298
#[ cfg( target_arch = "x86" ) ]
299
299
pub mod posix01 {
300
- use libc:: types:: os:: arch:: c95:: { c_char , c_short, c_long, time_t} ;
300
+ use libc:: types:: os:: arch:: c95:: { c_short, c_long, time_t} ;
301
301
use libc:: types:: os:: arch:: posix88:: { dev_t, gid_t, ino_t} ;
302
302
use libc:: types:: os:: arch:: posix88:: { mode_t, off_t} ;
303
303
use libc:: types:: os:: arch:: posix88:: { uid_t} ;
@@ -330,12 +330,12 @@ pub mod types {
330
330
}
331
331
332
332
pub struct pthread_attr_t {
333
- __size : [ c_char , ..36 ]
333
+ __size : [ u32 , ..9 ]
334
334
}
335
335
}
336
336
#[ cfg( target_arch = "arm" ) ]
337
337
pub mod posix01 {
338
- use libc:: types:: os:: arch:: c95:: { c_char , c_uchar, c_uint, c_ulong, time_t} ;
338
+ use libc:: types:: os:: arch:: c95:: { c_uchar, c_uint, c_ulong, time_t} ;
339
339
use libc:: types:: os:: arch:: c99:: { c_longlong, c_ulonglong} ;
340
340
use libc:: types:: os:: arch:: posix88:: { uid_t, gid_t, ino_t} ;
341
341
@@ -366,12 +366,12 @@ pub mod types {
366
366
}
367
367
368
368
pub struct pthread_attr_t {
369
- __size : [ c_char , ..36 ]
369
+ __size : [ u32 , ..9 ]
370
370
}
371
371
}
372
372
#[ cfg( target_arch = "mips" ) ]
373
373
pub mod posix01 {
374
- use libc:: types:: os:: arch:: c95:: { c_char , c_long, c_ulong, time_t} ;
374
+ use libc:: types:: os:: arch:: c95:: { c_long, c_ulong, time_t} ;
375
375
use libc:: types:: os:: arch:: posix88:: { gid_t, ino_t} ;
376
376
use libc:: types:: os:: arch:: posix88:: { mode_t, off_t} ;
377
377
use libc:: types:: os:: arch:: posix88:: { uid_t} ;
@@ -404,7 +404,7 @@ pub mod types {
404
404
}
405
405
406
406
pub struct pthread_attr_t {
407
- __size : [ c_char , ..36 ]
407
+ __size : [ u32 , ..9 ]
408
408
}
409
409
}
410
410
pub mod posix08 { }
@@ -450,7 +450,7 @@ pub mod types {
450
450
pub type ssize_t = i64 ;
451
451
}
452
452
pub mod posix01 {
453
- use libc:: types:: os:: arch:: c95:: { c_char , c_int, c_long, time_t} ;
453
+ use libc:: types:: os:: arch:: c95:: { c_int, c_long, time_t} ;
454
454
use libc:: types:: os:: arch:: posix88:: { dev_t, gid_t, ino_t} ;
455
455
use libc:: types:: os:: arch:: posix88:: { mode_t, off_t} ;
456
456
use libc:: types:: os:: arch:: posix88:: { uid_t} ;
@@ -480,7 +480,7 @@ pub mod types {
480
480
}
481
481
482
482
pub struct pthread_attr_t {
483
- __size : [ c_char , ..56 ]
483
+ __size : [ u64 , ..7 ]
484
484
}
485
485
}
486
486
pub mod posix08 {
0 commit comments