mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
81be7f62ec
On POSIX, start.zig did not reset the `environ_initialized` field, which prevented the environment variables from ever actually getting scanned. On Windows, environment variable scanning is allocation-free, so it's okay for `std.Io.Threaded.init_single_threaded` to use the global environment block.