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