From d4fc6843d32582278d2e0e3d026fbc06504eecae Mon Sep 17 00:00:00 2001 From: midipix Date: Jan 29 2024 03:48:28 +0000 Subject: midipix targets: syscall.h.in: define recently added linux system calls. --- 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