diff options
Diffstat (limited to 'arch/x86_64/bits/syscall.h.in')
-rw-r--r-- | arch/x86_64/bits/syscall.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/bits/syscall.h.in b/arch/x86_64/bits/syscall.h.in index 6a646ad3..65126e1f 100644 --- a/arch/x86_64/bits/syscall.h.in +++ b/arch/x86_64/bits/syscall.h.in @@ -345,4 +345,6 @@ #define __NR_fspick 433 #define __NR_pidfd_open 434 #define __NR_clone3 435 +#define __NR_openat2 437 +#define __NR_pidfd_getfd 438 |