about summary refs log tree commit diff
path: root/arch/s390x
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2020-10-24 10:15:43 +0000
committerRich Felker <dalias@aerifal.cx>2020-11-29 00:54:14 -0500
commit3ba370fe8d9f450d351d710066fa20afad8ce3df (patch)
tree8fa9e2d676a74b71297c90ec6fb81ca93c5efa91 /arch/s390x
parentbadc5bb211ee5caa2cfaafb5fdb716cbb8d1f2e6 (diff)
downloadmusl-3ba370fe8d9f450d351d710066fa20afad8ce3df.tar.gz
musl-3ba370fe8d9f450d351d710066fa20afad8ce3df.tar.xz
musl-3ba370fe8d9f450d351d710066fa20afad8ce3df.zip
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()
Diffstat (limited to 'arch/s390x')
-rw-r--r--arch/s390x/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390x/bits/syscall.h.in b/arch/s390x/bits/syscall.h.in
index 4c04abc5..fb2e60e3 100644
--- a/arch/s390x/bits/syscall.h.in
+++ b/arch/s390x/bits/syscall.h.in
@@ -352,6 +352,7 @@
 #define __NR_fspick		433
 #define __NR_pidfd_open		434
 #define __NR_clone3		435
+#define __NR_close_range	436
 #define __NR_openat2		437
 #define __NR_pidfd_getfd	438
 #define __NR_faccessat2		439