Skip to content

Commit

Permalink
Add bindings for sparc64
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubitz committed Jun 4, 2024
1 parent 44aac00 commit c15f74e
Show file tree
Hide file tree
Showing 2 changed files with 2,414 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys/src/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
#[cfg_attr(target_arch = "x86_64", path = "x86_64.rs")]
#[cfg_attr(target_arch = "arm", path = "arm.rs")]
#[cfg_attr(target_arch = "aarch64", path = "aarch64.rs")]
#[cfg_attr(target_arch = "sparc64", path = "sparc64.rs")]
mod unsupported;
pub use unsupported::*;
Loading

0 comments on commit c15f74e

Please sign in to comment.