We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44aac00 commit c15f74eCopy full SHA for c15f74e
sys/src/linux/mod.rs
@@ -2,5 +2,6 @@
2
#[cfg_attr(target_arch = "x86_64", path = "x86_64.rs")]
3
#[cfg_attr(target_arch = "arm", path = "arm.rs")]
4
#[cfg_attr(target_arch = "aarch64", path = "aarch64.rs")]
5
+#[cfg_attr(target_arch = "sparc64", path = "sparc64.rs")]
6
mod unsupported;
7
pub use unsupported::*;
0 commit comments