summaryrefslogtreecommitdiff
path: root/src/unix/bsd/apple/b64/aarch64/mod.rs
blob: 79e9ac842f9ca0b5ab783dc61a9d53fdd8865f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub type boolean_t = ::c_int;

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

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