Skip to content

Commit a15491e

Browse files
committed
move declaration of __darwin_mcontext64 etc. into align.rs
1 parent a7fd8a7 commit a15491e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/unix/bsd/apple/b64/aarch64/mod.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cfg_if! {
2+
if #[cfg(libc_align)] {
3+
mod align;
4+
pub use self::align::*;
5+
}
6+
}

0 commit comments

Comments
 (0)