aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/patches/darwin-extern-environ.patch
blob: b8bc924df9b42a4deb68249037cbba41dd89c42e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/lib/spawn-pipe.c	(index)
+++ b/lib/spawn-pipe.c	(working tree)
@@ -53,7 +53,10 @@
 # include <spawn.h>

 #endif
 
+#if defined(__FreeBSD__) || defined(__MACH__)
+    extern char** environ;
+#endif
 
 #ifdef EINTR