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 8e6f36c commit 10f584cCopy full SHA for 10f584c
src/unix/linux_like/mod.rs
@@ -1268,7 +1268,7 @@ pub const SI_USER: c_int = 0;
1268
pub const SI_KERNEL: c_int = 0x80;
1269
pub const SI_QUEUE: c_int = -1;
1270
cfg_if! {
1271
- if #[cfg(not(any(target_arch = "mips", target_arch = "mips32r6")))] {
+ if #[cfg(not(any(target_arch = "mips", target_arch = "mips32r6", target_arch = "mips64")))] {
1272
pub const SI_TIMER: c_int = -2;
1273
pub const SI_MESGQ: c_int = -3;
1274
pub const SI_ASYNCIO: c_int = -4;
0 commit comments