zig/lib/std/os
Ryan Liptak 8709326088 windows: Delete obsolete environment variable kernel32 wrappers and bindings
These functions have been unused for a long time (since cfffb9c5e96eeeae43cd724e2d02ec8c2b7714e0; the PEB is used for this stuff now), and the GetEnvironmentVariableW wrapper's parameter types don't make much sense to boot.

Contributes towards:
- https://github.com/ziglang/zig/issues/4426
- https://github.com/ziglang/zig/issues/1840
2025-06-02 10:34:37 +02:00
..
linux start: Don't artificially limit some posixCallMainAndExit() logic to Linux. 2025-05-18 17:14:09 +02:00
plan9 extract std.posix from std.os 2024-03-19 11:45:09 -07:00
uefi fix review 2025-04-04 12:42:28 +01:00
windows windows: Delete obsolete environment variable kernel32 wrappers and bindings 2025-06-02 10:34:37 +02:00
emscripten.zig sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t 2025-04-30 20:32:04 -07:00
linux.zig compiler: Scaffold stage2_powerpc backend. 2025-05-20 10:23:16 +02:00
plan9.zig sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t 2025-04-30 20:32:04 -07:00
uefi.zig std.start: allow return uefi error union in main (#23425) 2025-04-01 17:10:10 +00:00
wasi.zig wasi: fix wasm-wasi-musl constants 2025-02-09 09:08:11 +01:00
windows.zig windows: Delete obsolete environment variable kernel32 wrappers and bindings 2025-06-02 10:34:37 +02:00