From a303a28c116a60d83fe3a28ef24a3eba853d5616 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Thu, 2 Sep 2021 00:02:53 +0000 Subject: Update to v5.14 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.14 Test: NA Change-Id: I41c35d23498b583719a0831fdfeee16f6c48c7c1 --- original/uapi/asm-x86/asm/unistd_64.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'original/uapi/asm-x86/asm/unistd_64.h') diff --git a/original/uapi/asm-x86/asm/unistd_64.h b/original/uapi/asm-x86/asm/unistd_64.h index 863fca0..d1fa2fe 100644 --- a/original/uapi/asm-x86/asm/unistd_64.h +++ b/original/uapi/asm-x86/asm/unistd_64.h @@ -1,5 +1,5 @@ -#ifndef _ASM_X86_UNISTD_64_H -#define _ASM_X86_UNISTD_64_H 1 +#ifndef _UAPI_ASM_UNISTD_64_H +#define _UAPI_ASM_UNISTD_64_H #define __NR_read 0 #define __NR_write 1 @@ -355,12 +355,14 @@ #define __NR_process_madvise 440 #define __NR_epoll_pwait2 441 #define __NR_mount_setattr 442 +#define __NR_quotactl_fd 443 #define __NR_landlock_create_ruleset 444 #define __NR_landlock_add_rule 445 #define __NR_landlock_restrict_self 446 +#define __NR_memfd_secret 447 #ifdef __KERNEL__ -#define __NR_syscall_max 446 +#define __NR_syscalls 448 #endif -#endif /* _ASM_X86_UNISTD_64_H */ +#endif /* _UAPI_ASM_UNISTD_64_H */ -- cgit v1.2.3