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 062211b commit 9673ec0Copy full SHA for 9673ec0
src/sys/signal.rs
@@ -413,6 +413,8 @@ pub const SIGUNUSED : Signal = SIGSYS;
413
cfg_if! {
414
if #[cfg(target_os = "redox")] {
415
type SaFlags_t = libc::c_ulong;
416
+ } else if #[cfg(all(target_env = "uclibc", target_arch = "mips"))] {
417
+ type SaFlags_t = libc::c_uint;
418
} else if #[cfg(target_env = "uclibc")] {
419
420
} else {
0 commit comments