Chromium Code Reviews| Index: fusl/arch/mips/bits/mman.h |
| diff --git a/fusl/arch/mips/bits/mman.h b/fusl/arch/mips/bits/mman.h |
| index 3125fc2b30fe4af4137f65781858e8351f601c23..cb9ac539fdcad7490c89acc5c776aea6cffb6d42 100644 |
| --- a/fusl/arch/mips/bits/mman.h |
| +++ b/fusl/arch/mips/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 |