aboutsummaryrefslogtreecommitdiff
path: root/www/deno/files/patch-ext_os_signal.rs
diff options
context:
space:
mode:
Diffstat (limited to 'www/deno/files/patch-ext_os_signal.rs')
-rw-r--r--www/deno/files/patch-ext_os_signal.rs21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/deno/files/patch-ext_os_signal.rs b/www/deno/files/patch-ext_os_signal.rs
deleted file mode 100644
index 042f23bac51f..000000000000
--- a/www/deno/files/patch-ext_os_signal.rs
+++ /dev/null
@@ -1,21 +0,0 @@
---- ext/os/signal.rs.orig 2024-12-13 09:29:06 UTC
-+++ ext/os/signal.rs
-@@ -8,8 +8,8 @@ pub struct InvalidSignalStrError(pub String);
- #[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"
-@@ -26,7 +26,7 @@ pub struct InvalidSignalIntError(pub libc::c_int);
- #[cfg(any(
- target_os = "android",
- target_os = "linux",
-- target_os = "openbsd",
-+ target_os = "freebsd",
- target_os = "openbsd",
- target_os = "macos",
- target_os = "solaris",