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.
2 parents 99ea907 + 2e0f533 commit ed0e859Copy full SHA for ed0e859
src/sys/signal.rs
@@ -1066,7 +1066,7 @@ mod sigevent {
1066
SigevNotify::SigevThreadId{..} => libc::SIGEV_THREAD_ID,
1067
#[cfg(all(target_os = "linux", target_env = "gnu", not(target_arch = "mips")))]
1068
1069
- #[cfg(all(target_os = "linux", target_env = "uclibc"))]
+ #[cfg(all(target_os = "linux", target_env = "uclibc", not(target_arch = "mips")))]
1070
1071
#[cfg(any(all(target_os = "linux", target_env = "musl"), target_arch = "mips"))]
1072
SigevNotify::SigevThreadId{..} => 4 // No SIGEV_THREAD_ID defined
0 commit comments