bits/syscall.h: add __NR_fchmodat2 from linux v6.6
commit3d5c9fe39ff6ceb0730d44122fd2c4cd58b4e358
authorGaël PORTAY <gael.portay@rtone.fr>
Sun, 18 Feb 2024 02:26:49 +0000 (18 03:26 +0100)
committerRich Felker <dalias@aerifal.cx>
Fri, 23 Feb 2024 00:24:18 +0000 (22 19:24 -0500)
treef43681df34aadca4a44ff8af4a0d56eef00eace3
parentfb9d976cc2ae510d2c3c763ed7db9bdb5269e38d
bits/syscall.h: add __NR_fchmodat2 from linux v6.6

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

  linux commit 09da082b07bbae1c11d9560c8502800039aebcea
  fs: Add fchmodat2()

  linux commit 78252deb023cf0879256fcfbafe37022c390762b
  arch: Register fchmodat2, usually as syscall 452
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