We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fd8a7 commit a15491eCopy full SHA for a15491e
src/unix/bsd/apple/b64/aarch64.rs renamed to src/unix/bsd/apple/b64/aarch64/align.rs
src/unix/bsd/apple/b64/aarch64/mod.rs
@@ -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