summaryrefslogtreecommitdiffhomepage
path: root/arch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-01-29 03:48:28 +0000
committermidipix <writeonce@midipix.org>2024-01-29 03:48:28 +0000
commitd4fc6843d32582278d2e0e3d026fbc06504eecae (patch)
tree31b5880e18e5709afe3d7b28ad1441b655d8ed8f /arch
parentc2de4656bd80c415a0359470f88271993024db38 (diff)
downloadmmglue-d4fc6843d32582278d2e0e3d026fbc06504eecae.tar.bz2
mmglue-d4fc6843d32582278d2e0e3d026fbc06504eecae.tar.xz
midipix targets: syscall.h.in: define recently added linux system calls.
Diffstat (limited to 'arch')
-rw-r--r--arch/nt32/bits/syscall.h.in5
-rw-r--r--arch/nt64/bits/syscall.h.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/nt32/bits/syscall.h.in b/arch/nt32/bits/syscall.h.in
index cb5be3d..6a27167 100644
--- a/arch/nt32/bits/syscall.h.in
+++ b/arch/nt32/bits/syscall.h.in
@@ -334,6 +334,11 @@
#define __NR_io_pgetevents 333
#define __NR_rseq 334
+#define __NR_close_range 436
+#define __NR_openat2 437
+#define __NR_pidfd_getfd 438
+#define __NR_faccessat2 439
+
/* system calls in the range [352..415] are framework-specific */
#define __NR_fs_rpath 352
diff --git a/arch/nt64/bits/syscall.h.in b/arch/nt64/bits/syscall.h.in
index cb5be3d..6a27167 100644
--- a/arch/nt64/bits/syscall.h.in
+++ b/arch/nt64/bits/syscall.h.in
@@ -334,6 +334,11 @@
#define __NR_io_pgetevents 333
#define __NR_rseq 334
+#define __NR_close_range 436
+#define __NR_openat2 437
+#define __NR_pidfd_getfd 438
+#define __NR_faccessat2 439
+
/* system calls in the range [352..415] are framework-specific */
#define __NR_fs_rpath 352