mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 03:03:46 +00:00
This shaves off one syscall (we use one instead of two if we were to use `windows.OpenFile` wrapper). Clean up flag generation in `OpenFile`. Hopefully, we're in a much better place to *almost* support `openW` and `openatW`.