mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
85109afee9
Use IOV_MAX and UIO_MAXIOV constants in limit vectored I/O Also updates the libc dependency to 0.2.77 (from 0.2.74) as the constants were only recently added. Related #68042, #75005 r? `@Amanieu` (also reviewed #75005)