commit | 2abfa9e4f80279dba06a27d90b96b55837be6d4a | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Nov 01 16:26:06 2021 -0700 |
committer | Christopher Ferris <cferris@google.com> | Tue Nov 02 15:53:58 2021 -0700 |
tree | a41aade332147aa1be4dcfa31f446f655e9c81dc | |
parent | d7b0bde05fe0170dff95023ad5aa14c0a820988c [diff] [blame] |
Update to v5.15 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.15 Test: Builds, and ran bionic unit tests on flame. Change-Id: I86901ea6d89fb0f7384b90a47bef35d194083c24
diff --git a/libc/kernel/uapi/asm-generic/unistd.h b/libc/kernel/uapi/asm-generic/unistd.h index ff41c68..e831ce7 100644 --- a/libc/kernel/uapi/asm-generic/unistd.h +++ b/libc/kernel/uapi/asm-generic/unistd.h
@@ -410,8 +410,9 @@ #ifdef __ARCH_WANT_MEMFD_SECRET #define __NR_memfd_secret 447 #endif +#define __NR_process_mrelease 448 #undef __NR_syscalls -#define __NR_syscalls 448 +#define __NR_syscalls 449 #if __BITS_PER_LONG == 64 && !defined(__SYSCALL_COMPAT) #define __NR_fcntl __NR3264_fcntl #define __NR_statfs __NR3264_statfs