We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee3a45 commit fac5cbcCopy full SHA for fac5cbc
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