From 3ba370fe8d9f450d351d710066fa20afad8ce3df Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 24 Oct 2020 10:15:43 +0000 Subject: 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() --- arch/x32/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x32/bits/syscall.h.in') diff --git a/arch/x32/bits/syscall.h.in b/arch/x32/bits/syscall.h.in index e4c4bd06..cfd9856f 100644 --- a/arch/x32/bits/syscall.h.in +++ b/arch/x32/bits/syscall.h.in @@ -298,6 +298,7 @@ #define __NR_fspick (0x40000000 + 433) #define __NR_pidfd_open (0x40000000 + 434) #define __NR_clone3 (0x40000000 + 435) +#define __NR_close_range (0x40000000 + 436) #define __NR_openat2 (0x40000000 + 437) #define __NR_pidfd_getfd (0x40000000 + 438) #define __NR_faccessat2 (0x40000000 + 439) -- cgit v1.2.1