Chromium Code Reviews| Index: fusl/arch/aarch64/bits/mman.h |
| diff --git a/fusl/arch/aarch64/bits/mman.h b/fusl/arch/aarch64/bits/mman.h |
| index ce5519f274d2fa03952145fc7c5bbab2fb39281c..31ece5bf1915ed24efcfb4c70a8702bcb16c88da 100644 |
| --- a/fusl/arch/aarch64/bits/mman.h |
| +++ b/fusl/arch/aarch64/bits/mman.h |
| @@ -36,6 +36,7 @@ |
| #define MCL_CURRENT 1 |
| #define MCL_FUTURE 2 |
| +#define MCL_ONFAULT 4 |
| #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) |
| #define MADV_NORMAL 0 |