summaryrefslogtreecommitdiff
path: root/devel/libdatadog/files/patch-spawn_worker-src-unix-spawn.rs
blob: 9009ab3180c2f360b9d21ec09672da3a41f89549 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- spawn_worker/src/unix/spawn.rs.orig	2024-05-03 17:30:09 UTC
+++ spawn_worker/src/unix/spawn.rs
@@ -605,6 +605,9 @@ impl Child {
     }
 }
 
+#[cfg(target_os = "freebsd")]
+const SELF_FD_DIR: &str = "/dev/fd";
+
 #[cfg(target_os = "macos")]
 const SELF_FD_DIR: &str = "/dev/fd";