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