diff options
Diffstat (limited to 'linux-user/unicore32/syscall.h')
-rw-r--r-- | linux-user/unicore32/syscall.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-user/unicore32/syscall.h b/linux-user/unicore32/syscall.h index f7e5525..385a975 100644 --- a/linux-user/unicore32/syscall.h +++ b/linux-user/unicore32/syscall.h @@ -53,4 +53,8 @@ struct target_pt_regs { #define UNAME_MACHINE "UniCore-II" #define UNAME_MINIMUM_RELEASE "2.6.32" +#define TARGET_MINSIGSTKSZ 2048 +#define TARGET_MLOCKALL_MCL_CURRENT 1 +#define TARGET_MLOCKALL_MCL_FUTURE 2 + #endif /* __UC32_SYSCALL_H__ */ |