bits/syscall.h: add __NR_faccessat2 from linux v5.8
authorSzabolcs Nagy <nsz@port70.net>
Tue, 28 Jul 2020 21:17:13 +0000 (21:17 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 9 Sep 2020 21:21:03 +0000 (17:21 -0400)
commit9b7ed9702ce8925a5a947ad3bdbba126fe955aaf
treed2818de1677a10fde649d20386255fd44a44decd
parent616a8bf660d6c616aedf1e17adfb3de64f1ab9de
bits/syscall.h: add __NR_faccessat2 from linux v5.8

the linux faccessat syscall lacks a flag argument that is necessary
to implement the posix api, see

  linux commit c8ffd8bcdd28296a198f237cc595148a8d4adfbe
  vfs: add faccessat2 syscall
16 files changed:
arch/aarch64/bits/syscall.h.in
arch/arm/bits/syscall.h.in
arch/i386/bits/syscall.h.in
arch/m68k/bits/syscall.h.in
arch/microblaze/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/riscv64/bits/syscall.h.in
arch/s390x/bits/syscall.h.in
arch/sh/bits/syscall.h.in
arch/x32/bits/syscall.h.in
arch/x86_64/bits/syscall.h.in