commit | 32ff3f831cf358e9f5b9e5bd49f231612eb764e4 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Dec 14 13:10:04 2020 -0800 |
committer | Christopher Ferris <cferris@google.com> | Mon Dec 14 22:37:59 2020 -0800 |
tree | 61eea7ed4671f1a18cec6caedc53c51ce6c48774 | |
parent | ac5e61fe00e0aed892abd0c5f709f9e6e3645833 [diff] [blame] |
Update to v5.10 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.10 Test: Built cuttlefish and flame images. Ran bionic unit tests on both. Change-Id: I37ffc850970adcce1febbe2269c202632fce763a
diff --git a/libc/include/bits/glibc-syscalls.h b/libc/include/bits/glibc-syscalls.h index 1decafd..cc7645b 100644 --- a/libc/include/bits/glibc-syscalls.h +++ b/libc/include/bits/glibc-syscalls.h
@@ -780,6 +780,9 @@ #if defined(__NR_prlimit64) #define SYS_prlimit64 __NR_prlimit64 #endif +#if defined(__NR_process_madvise) + #define SYS_process_madvise __NR_process_madvise +#endif #if defined(__NR_process_vm_readv) #define SYS_process_vm_readv __NR_process_vm_readv #endif