diff --git a/runtime/ops/signal.rs b/runtime/ops/signal.rs index e1e4ab68bc..dbd96ca837 100644 --- a/runtime/ops/signal.rs +++ b/runtime/ops/signal.rs @@ -49,7 +49,7 @@ pub enum SignalError { #[cfg(any( target_os = "android", target_os = "linux", - target_os = "openbsd", + target_os = "freebsd", target_os = "openbsd", target_os = "macos", target_os = "solaris", @@ -60,7 +60,7 @@ pub enum SignalError { #[cfg(any( target_os = "android", target_os = "linux", - target_os = "openbsd", + target_os = "freebsd", target_os = "openbsd", target_os = "macos", target_os = "solaris",