================ @@ -114,6 +114,12 @@ void LogChannelSystem::Initialize() { void LogChannelSystem::Terminate() { g_system_log.Disable(); } #if !defined(__APPLE__) && !defined(_WIN32) +extern "C" { +extern char **environ; +} ---------------- labath wrote:
```suggestion extern "C" char **environ; ``` https://github.com/llvm/llvm-project/pull/122173 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits