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 73dfee3 commit b1a407aCopy full SHA for b1a407a
src/unix/linux_like/linux/arch/mips/mod.rs
@@ -134,8 +134,8 @@ pub const IBSHIFT: ::tcflag_t = 16;
134
135
cfg_if! {
136
if #[cfg(target_endian = "little")] {
137
- pub const BLKSSZGET: ::c_int = 0x1268;
138
- pub const BLKPBSZGET: ::c_int = 0x127B;
+ pub const BLKSSZGET: ::c_int = 0x20001268;
+ pub const BLKPBSZGET: ::c_int = 0x2000127B;
139
} else if #[cfg(target_endian = "big")] {
140
pub const BLKSSZGET: ::c_int = 0x20001268;
141
pub const BLKPBSZGET: ::c_int = 0x2000127B;
0 commit comments