summary refs log tree commit diff stats
path: root/linux-user/sh4/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/sh4/syscall.h')
-rw-r--r--linux-user/sh4/syscall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-user/sh4/syscall.h b/linux-user/sh4/syscall.h
index ccd2216e38..7aa4f239c5 100644
--- a/linux-user/sh4/syscall.h
+++ b/linux-user/sh4/syscall.h
@@ -11,3 +11,7 @@ struct target_pt_regs {
 
 #define UNAME_MACHINE "sh4"
 #define UNAME_MINIMUM_RELEASE "2.6.32"
+
+#define TARGET_MINSIGSTKSZ 2048
+#define TARGET_MLOCKALL_MCL_CURRENT 1
+#define TARGET_MLOCKALL_MCL_FUTURE  2