mirror of https://git.musl-libc.org/git/musl
Browse Source
formally, calling readv with a zero-length first iov component should behave identically to calling read on just the second component, but presence of a zero-length iov component has triggered bugs in some kernels and performs significantly worse than a simple read on some file types.master
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue