blob: 483b2bd11b0335b9909493c62c9c0c7e2c0e256c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- base/process/launch_posix.cc.orig 2025-04-22 20:15:27 UTC
+++ base/process/launch_posix.cc
@@ -62,6 +62,9 @@
#error "macOS should use launch_mac.cc"
#endif
+#if defined(OS_FREEBSD)
+#pragma weak environ
+#endif
extern char** environ;
namespace base {
|