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.
1 parent 61a6b27 commit 73dfee3Copy full SHA for 73dfee3
src/unix/linux_like/linux/arch/mips/mod.rs
@@ -137,7 +137,7 @@ cfg_if! {
137
pub const BLKSSZGET: ::c_int = 0x1268;
138
pub const BLKPBSZGET: ::c_int = 0x127B;
139
} else if #[cfg(target_endian = "big")] {
140
- pub const BLKSSZGET: ::c_int = 0x6812;
141
- pub const BLKPBSZGET: ::c_int = 0x7B12;
+ pub const BLKSSZGET: ::c_int = 0x20001268;
+ pub const BLKPBSZGET: ::c_int = 0x2000127B;
142
}
143
0 commit comments