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 b1a407a commit 6b0dc21Copy full SHA for 6b0dc21
src/unix/linux_like/linux/arch/mips/mod.rs
@@ -132,12 +132,5 @@ pub const TIOCM_DSR: ::c_int = 0x400;
132
pub const BOTHER: ::speed_t = 0o010000;
133
pub const IBSHIFT: ::tcflag_t = 16;
134
135
-cfg_if! {
136
- if #[cfg(target_endian = "little")] {
137
- pub const BLKSSZGET: ::c_int = 0x20001268;
138
- pub const BLKPBSZGET: ::c_int = 0x2000127B;
139
- } else if #[cfg(target_endian = "big")] {
140
141
142
- }
143
-}
+pub const BLKSSZGET: ::c_int = 0x20001268;
+pub const BLKPBSZGET: ::c_int = 0x2000127B;
0 commit comments