summaryrefslogtreecommitdiffstats
path: root/vendor/libc/src/unix/bsd/apple/b64/aarch64/mod.rs
blob: 67f0f7032e9c029f744a4b512e8e34e0c66fd349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub type boolean_t = ::c_int;

s! {
    pub struct malloc_zone_t {
        __private: [::uintptr_t; 18], // FIXME: needs arm64 auth pointers support
    }
}

pub const CLOCK_UPTIME_RAW: ::clockid_t = 8;

cfg_if! {
    if #[cfg(libc_align)] {
        mod align;
        pub use self::align::*;
    }
}