Skip to content

Commit

Permalink
Merge pull request #3572 from Dirreke/backport-#3547
Browse files Browse the repository at this point in the history
[Backport #3547] Add ioctl FS_IOC_{G,S}{ETVERSION,ETFLAGS} for CSKY
  • Loading branch information
JohnTitor authored Feb 18, 2024
2 parents a55ce2f + 5316a11 commit 3171906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/arch/generic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ cfg_if! {
// where S stands for size (int, long, struct...)
// where T stands for type ('f','v','X'...)
// where N stands for NR (NumbeR)
if #[cfg(any(target_arch = "x86", target_arch = "arm"))] {
if #[cfg(any(target_arch = "x86", target_arch = "arm", target_arch = "csky"))] {
pub const FS_IOC_GETFLAGS: ::Ioctl = 0x80046601;
pub const FS_IOC_SETFLAGS: ::Ioctl = 0x40046602;
pub const FS_IOC_GETVERSION: ::Ioctl = 0x80047601;
Expand Down

0 comments on commit 3171906

Please sign in to comment.