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 5245b81 commit 83daee8Copy full SHA for 83daee8
src/backend/libc/c.rs
@@ -67,7 +67,7 @@ pub(crate) const ETH_P_MCTP: c_int = linux_raw_sys::if_ether::ETH_P_MCTP as _;
67
pub(crate) const MS_NOSYMFOLLOW: c_ulong = linux_raw_sys::general::MS_NOSYMFOLLOW as _;
68
69
#[cfg(all(
70
- linux_kernel,
+ linux-raw-dep,
71
any(
72
target_arch = "mips",
73
target_arch = "mips32r6",
src/signal.rs
@@ -171,7 +171,7 @@ impl Signal {
171
target_os = "aix",
172
target_os = "hermit",
173
all(
174
175
176
177
0 commit comments