]> sourceware.org Git - glibc.git/commit
Linux: Clean up preadv, pwritev system call names
authorFlorian Weimer <fweimer@redhat.com>
Tue, 3 Mar 2020 11:15:06 +0000 (12:15 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 3 Mar 2020 11:15:06 +0000 (12:15 +0100)
commitd241dee4dda34d36a9e94468ae9dcfe07c6ac060
tree913fc1d58593688ac14a2139a8b489749e7659cd
parent71691aae927b5f5b987bc78be1dc10f27dda6c51
Linux: Clean up preadv, pwritev system call names

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>
sysdeps/unix/sysv/linux/preadv.c
sysdeps/unix/sysv/linux/preadv64.c
sysdeps/unix/sysv/linux/pwritev.c
sysdeps/unix/sysv/linux/pwritev64.c
This page took 0.04598 seconds and 5 git commands to generate.