std::unix::process adding few specific freebsd signals to be able to id.
This commit is contained in:
parent
ff014f5de0
commit
cf3966dd9c
@ -1053,6 +1053,10 @@ fn signal_string(signal: i32) -> &'static str {
|
||||
libc::SIGINFO => " (SIGINFO)",
|
||||
#[cfg(target_os = "hurd")]
|
||||
libc::SIGLOST => " (SIGLOST)",
|
||||
#[cfg(target_os = "freebsd")]
|
||||
libc::SIGTHR => " (SIGTHR)",
|
||||
#[cfg(target_os = "freebsd")]
|
||||
libc::SIGLIBRT => " (SIGLIBRT)",
|
||||
_ => "",
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user