]>
git.proxmox.com Git - rustc.git/blob - src/liblibc/src/unix/bsd/apple/b32.rs
1 //! 32-bit specific Apple (ios/darwin) definitions
4 pub type c_ulong
= u32;
7 pub struct pthread_attr_t
{
9 __opaque
: [::c_char
; 36]
13 pub const __PTHREAD_MUTEX_SIZE__
: usize = 40;
14 pub const __PTHREAD_COND_SIZE__
: usize = 24;
15 pub const __PTHREAD_RWLOCK_SIZE__
: usize = 124;
17 pub const TIOCTIMESTAMP
: ::c_ulong
= 0x40087459;
18 pub const TIOCDCDTIMESTAMP
: ::c_ulong
= 0x40087458;