Chromium Code Reviews| Index: fusl/arch/powerpc/bits/mman.h |
| diff --git a/fusl/arch/powerpc/bits/mman.h b/fusl/arch/powerpc/bits/mman.h |
| index 779fddec90e47e514ea6ab63ee29257cff2b0e19..6581edc53443b6b8b6aa259fa29432b20380c6e2 100644 |
| --- a/fusl/arch/powerpc/bits/mman.h |
| +++ b/fusl/arch/powerpc/bits/mman.h |
| @@ -38,6 +38,7 @@ |
| #define MCL_CURRENT 0x2000 |
| #define MCL_FUTURE 0x4000 |
| +#define MCL_ONFAULT 0x8000 |
| #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) |
| #define MADV_NORMAL 0 |