Skip to content

Commit

Permalink
Remove SIGIO reference on Haiku
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Jun 5, 2022
1 parent fee3a45 commit fac5cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/unix/process/process_unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ fn signal_string(signal: i32) -> &'static str {
libc::SIGVTALRM => " (SIGVTALRM)",
libc::SIGPROF => " (SIGPROF)",
libc::SIGWINCH => " (SIGWINCH)",
#[cfg(not(target_os = "haiku"))]
libc::SIGIO => " (SIGIO)",
libc::SIGSYS => " (SIGSYS)",
// For information on Linux signals, run `man 7 signal`
Expand Down

0 comments on commit fac5cbc

Please sign in to comment.