diff options
Diffstat (limited to 'linux-user/openrisc/syscall.h')
-rw-r--r-- | linux-user/openrisc/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/openrisc/syscall.h b/linux-user/openrisc/syscall.h index e5e618099f..8ac03656d4 100644 --- a/linux-user/openrisc/syscall.h +++ b/linux-user/openrisc/syscall.h @@ -25,3 +25,5 @@ struct target_pt_regs { #define UNAME_MINIMUM_RELEASE "2.6.32" #define TARGET_MINSIGSTKSZ 2048 +#define TARGET_MLOCKALL_MCL_CURRENT 1 +#define TARGET_MLOCKALL_MCL_FUTURE 2 |