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.
2 parents 9ec2033 + 24a6acc commit 40741baCopy full SHA for 40741ba
src/unix/linux_like/linux/arch/generic/mod.rs
@@ -218,7 +218,7 @@ cfg_if! {
218
// where S stands for size (int, long, struct...)
219
// where T stands for type ('f','v','X'...)
220
// where N stands for NR (NumbeR)
221
- if #[cfg(any(target_arch = "x86", target_arch = "arm"))] {
+ if #[cfg(any(target_arch = "x86", target_arch = "arm", target_arch = "csky"))] {
222
pub const FS_IOC_GETFLAGS: ::Ioctl = 0x80046601;
223
pub const FS_IOC_SETFLAGS: ::Ioctl = 0x40046602;
224
pub const FS_IOC_GETVERSION: ::Ioctl = 0x80047601;
0 commit comments