summary refs log tree commit diff stats
path: root/linux-user/mips64/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/mips64/syscall.h')
-rw-r--r--linux-user/mips64/syscall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/mips64/syscall.h b/linux-user/mips64/syscall.h
index a7f5a5802a..6733107ddb 100644
--- a/linux-user/mips64/syscall.h
+++ b/linux-user/mips64/syscall.h
@@ -225,3 +225,6 @@ struct target_pt_regs {
 #define UNAME_MINIMUM_RELEASE "2.6.32"
 
 #define TARGET_CLONE_BACKWARDS
+#define TARGET_MINSIGSTKSZ      2048
+#define TARGET_MLOCKALL_MCL_CURRENT 1
+#define TARGET_MLOCKALL_MCL_FUTURE  2