]> sourceware.org Git - glibc.git/commit
Linux: Clean up preadv2, pwritev2 system call names
authorFlorian Weimer <fweimer@redhat.com>
Tue, 3 Mar 2020 11:18:22 +0000 (12:18 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 3 Mar 2020 11:18:22 +0000 (12:18 +0100)
commitb5350b487cee9bee32990712bc67a5eaffe3ea98
treeb719b5330741d3f8312fe1cdfdb13fc2f372a2b4
parent11ae9a185baa1dbe2b200659d043761206fe70e3
Linux: Clean up preadv2, pwritev2 system call names

With the built-in tables __NR_preadv2 and __NR_pwritev2 are always
defined.

The kernel has never defined __NR_preadv64v2 and __NR_pwritev64v2
and is unlikely to do so, given that the preadv2 and pwritev2 system
calls themselves are 64-bit.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/unix/sysv/linux/preadv2.c
sysdeps/unix/sysv/linux/preadv64v2.c
sysdeps/unix/sysv/linux/pwritev2.c
sysdeps/unix/sysv/linux/pwritev64v2.c
This page took 0.038514 seconds and 5 git commands to generate.