mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
readv() is essentially identical to read() except for the buffer type, this simplifies the API for the caller at the cost of not clearly mapping to the liburing C API.