]>
git.proxmox.com Git - rustc.git/blob - src/liblibc/src/unix/bsd/apple/b64.rs
1 //! 64-bit specific Apple (ios/darwin) definitions
4 pub type c_ulong
= u64;
7 pub struct pthread_attr_t
{
9 __opaque
: [::c_char
; 56]
13 pub const __PTHREAD_MUTEX_SIZE__
: usize = 56;
14 pub const __PTHREAD_COND_SIZE__
: usize = 40;
15 pub const __PTHREAD_RWLOCK_SIZE__
: usize = 192;
17 pub const TIOCTIMESTAMP
: ::c_ulong
= 0x40107459;
18 pub const TIOCDCDTIMESTAMP
: ::c_ulong
= 0x40107458;