mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
With this commit, the function tries to use more efficient syscalls, and
then falls back to non-positional reads.
The motivating use case for this change is to support something like the
following:
try io.getStdOut().writeFileAll(dest_file, .{});