add preadv2 and pwritev2 syscall numbers for linux v4.6
authorSzabolcs Nagy <nsz@port70.net>
Thu, 26 May 2016 20:04:56 +0000 (22:04 +0200)
committerRich Felker <dalias@aerifal.cx>
Thu, 9 Jun 2016 17:38:41 +0000 (13:38 -0400)
commit78b1f3cb1406b475ad8800a64197f2e0bf04d5ef
treed8d8e5d9ed5fefa6b486200e9992fee52f85f730
parent77baaa47e107f176fb2dc150dd6a9ad87f6cbe24
add preadv2 and pwritev2 syscall numbers for linux v4.6

the syscalls take an additional flag argument, they were added in commit
f17d8b35452cab31a70d224964cd583fb2845449 and a RWF_HIPRI priority hint
flag was added to linux/fs.h in 97be7ebe53915af504fb491fb99f064c7cf3cb09.

the syscall is not allocated for microblaze and sh yet.
arch/aarch64/bits/syscall.h.in
arch/arm/bits/syscall.h.in
arch/i386/bits/syscall.h.in
arch/mips/bits/syscall.h.in
arch/mips64/bits/syscall.h.in
arch/mipsn32/bits/syscall.h.in
arch/or1k/bits/syscall.h.in
arch/powerpc/bits/syscall.h.in
arch/powerpc64/bits/syscall.h.in
arch/x32/bits/syscall.h.in
arch/x86_64/bits/syscall.h.in