diff options
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/bits/mman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/bits/mman.h b/arch/microblaze/bits/mman.h index cc854aae..ea6f6a78 100644 --- a/arch/microblaze/bits/mman.h +++ b/arch/microblaze/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 |