We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62c260d + fac5cbc commit f32a4f0Copy full SHA for f32a4f0
library/std/src/sys/unix/process/process_unix.rs
@@ -730,6 +730,7 @@ fn signal_string(signal: i32) -> &'static str {
730
libc::SIGVTALRM => " (SIGVTALRM)",
731
libc::SIGPROF => " (SIGPROF)",
732
libc::SIGWINCH => " (SIGWINCH)",
733
+ #[cfg(not(target_os = "haiku"))]
734
libc::SIGIO => " (SIGIO)",
735
libc::SIGSYS => " (SIGSYS)",
736
// For information on Linux signals, run `man 7 signal`
0 commit comments