blob: a3d34622649a8416fd506b3759a08c84666dd351 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- base/process/launch_posix.cc.orig 2024-10-16 21:30:44 UTC
+++ base/process/launch_posix.cc
@@ -67,6 +67,9 @@
#error "macOS should use launch_mac.cc"
#endif
+#if defined(OS_FREEBSD)
+#pragma weak environ
+#endif
extern char** environ;
namespace base {
|