commit | 25c18d45cf0b9f951ee1540c66b934251528d052 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Oct 14 17:42:58 2020 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon Oct 19 15:48:58 2020 -0700 |
tree | 7e74c0c148b91e2d5e5294c68676a187eae24e12 | |
parent | bb34f8ddd3411852395affc6d588487cfe37c830 [diff] [blame] |
Update to v5.9 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.9 Test: Boots cuttlefish 64bit, passes 32 bit and 64 bit bionic unit tests. Change-Id: Ib5503355b238ea75595538e63eb000c867d06ef7
diff --git a/libc/kernel/uapi/asm-arm/asm/unistd-common.h b/libc/kernel/uapi/asm-arm/asm/unistd-common.h index 5784399..6e7faec 100644 --- a/libc/kernel/uapi/asm-arm/asm/unistd-common.h +++ b/libc/kernel/uapi/asm-arm/asm/unistd-common.h
@@ -407,6 +407,7 @@ #define __NR_fspick (__NR_SYSCALL_BASE + 433) #define __NR_pidfd_open (__NR_SYSCALL_BASE + 434) #define __NR_clone3 (__NR_SYSCALL_BASE + 435) +#define __NR_close_range (__NR_SYSCALL_BASE + 436) #define __NR_openat2 (__NR_SYSCALL_BASE + 437) #define __NR_pidfd_getfd (__NR_SYSCALL_BASE + 438) #define __NR_faccessat2 (__NR_SYSCALL_BASE + 439)