| commit | 3a39c0bc431ec36416225d4b9a85fa8cacb16836 | [log] [tgz] |
|---|---|---|
| author | Christopher Ferris <cferris@google.com> | Thu Sep 02 00:03:38 2021 +0000 |
| committer | Christopher Ferris <cferris@google.com> | Thu Sep 02 00:03:38 2021 +0000 |
| tree | 1b477f0081b666ba724c807aacaae89913966524 | |
| parent | 563e60e32adf7f427af03075a6fb800e723025f1 [diff] [blame] |
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: Builds, bionic unit tests. Change-Id: Iff3424da9fbf7ae89ebeb6daabb34c4aa650901f
diff --git a/libc/kernel/uapi/asm-generic/mman-common.h b/libc/kernel/uapi/asm-generic/mman-common.h index a088ce5..9440576 100644 --- a/libc/kernel/uapi/asm-generic/mman-common.h +++ b/libc/kernel/uapi/asm-generic/mman-common.h
@@ -60,6 +60,8 @@ #define MADV_KEEPONFORK 19 #define MADV_COLD 20 #define MADV_PAGEOUT 21 +#define MADV_POPULATE_READ 22 +#define MADV_POPULATE_WRITE 23 #define MAP_FILE 0 #define PKEY_DISABLE_ACCESS 0x1 #define PKEY_DISABLE_WRITE 0x2