mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
21 lines
650 B
Rust
21 lines
650 B
Rust
--- runtime/ops/signal.rs.orig 2024-10-30 14:21:47.395974000 +0100
|
|
+++ runtime/ops/signal.rs 2024-10-30 14:21:30.433974000 +0100
|
|
@@ -49,8 +49,8 @@ pub enum SignalError {
|
|
#[cfg(any(
|
|
target_os = "android",
|
|
target_os = "linux",
|
|
+ target_os = "freebsd",
|
|
target_os = "openbsd",
|
|
- target_os = "openbsd",
|
|
target_os = "macos",
|
|
target_os = "solaris",
|
|
target_os = "illumos"
|
|
@@ -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",
|