mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-17 13:01:12 +03:00
The names __NR_preadv64, __NR_pwritev64 appear to be a glibc invention. With the built-in tables, __NR_preadv and __NR_pwritev are always defined. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>