Skip to content

Commit

Permalink
Add ioctl definitions for sparc64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Susurrus committed Dec 1, 2018
1 parent 6e9c616 commit 8626b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/ioctl/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub const NRBITS: ioctl_num_type = 8;
#[doc(hidden)]
pub const TYPEBITS: ioctl_num_type = 8;

#[cfg(any(target_arch = "mips", target_arch = "mips64", target_arch = "powerpc", target_arch = "powerpc64"))]
#[cfg(any(target_arch = "mips", target_arch = "mips64", target_arch = "powerpc", target_arch = "powerpc64", target_arch = "sparc64"))]
mod consts {
#[doc(hidden)]
pub const NONE: u8 = 1;
Expand Down

0 comments on commit 8626b13

Please sign in to comment.