Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lyinch committed Feb 17, 2022
1 parent 2db639b commit 16214c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unix/bsd/apple/b64/aarch64/mod.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pub type boolean_t = ::c_int;

pub const CLOCK_UPTIME_RAW: ::clockid_t = 8;

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;
Expand Down

0 comments on commit 16214c4

Please sign in to comment.