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