blob: 67f0f7032e9c029f744a4b512e8e34e0c66fd349 [file] [log] [blame]
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::*;
}
}