Explorar o código

Shell: Explicitly declare 'environ' to make the macOS Lagom build happy

AnotherTest %!s(int64=5) %!d(string=hai) anos
pai
achega
cd8495f1d4
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. 2 0
      Shell/Builtin.cpp
  2. 1 0
      Shell/Shell.cpp

+ 2 - 0
Shell/Builtin.cpp

@@ -31,7 +31,9 @@
 #include <inttypes.h>
 #include <signal.h>
 #include <sys/wait.h>
+#include <unistd.h>
 
+extern char** environ;
 extern RefPtr<Line::Editor> editor;
 
 int Shell::builtin_alias(int argc, const char** argv)

+ 1 - 0
Shell/Shell.cpp

@@ -52,6 +52,7 @@
 
 static bool s_disable_hyperlinks = false;
 extern RefPtr<Line::Editor> editor;
+extern char** environ;
 
 //#define SH_DEBUG