signal update string representation for haiku.
This commit is contained in:
parent
6d46b1ec87
commit
ae9e66bafb
1 changed files with 2 additions and 0 deletions
|
@ -746,6 +746,8 @@ fn signal_string(signal: i32) -> &'static str {
|
||||||
libc::SIGWINCH => " (SIGWINCH)",
|
libc::SIGWINCH => " (SIGWINCH)",
|
||||||
#[cfg(not(target_os = "haiku"))]
|
#[cfg(not(target_os = "haiku"))]
|
||||||
libc::SIGIO => " (SIGIO)",
|
libc::SIGIO => " (SIGIO)",
|
||||||
|
#[cfg(target_os = "haiku")]
|
||||||
|
libc::SIGPOLL => " (SIGPOLL)",
|
||||||
libc::SIGSYS => " (SIGSYS)",
|
libc::SIGSYS => " (SIGSYS)",
|
||||||
// For information on Linux signals, run `man 7 signal`
|
// For information on Linux signals, run `man 7 signal`
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue