mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
We already use pwritev to implement writev, so let's do the same for readv. This resolves the awkward situation of having pwritev but not preadv, which affects Zig for instance.