bits/syscall.h: add __NR_close_range from linux v5.9
authorSzabolcs Nagy <nsz@port70.net>
Sat, 24 Oct 2020 10:15:43 +0000 (10:15 +0000)
committerRich Felker <dalias@aerifal.cx>
Sun, 29 Nov 2020 05:54:14 +0000 (00:54 -0500)
commit3ba370fe8d9f450d351d710066fa20afad8ce3df
tree8fa9e2d676a74b71297c90ec6fb81ca93c5efa91
parentbadc5bb211ee5caa2cfaafb5fdb716cbb8d1f2e6
bits/syscall.h: add __NR_close_range from linux v5.9

see

  linux commit 9b4feb630e8e9801603f3cab3a36369e3c1cf88d
  arch: wire-up close_range()

  linux commit 278a5fbaed89dacd04e9d052f4594ffd0e0585de
  open: add close_range()
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