summaryrefslogtreecommitdiffstats
path: root/linux-user/arm/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/arm/syscall.h')
-rw-r--r--linux-user/arm/syscall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-user/arm/syscall.h b/linux-user/arm/syscall.h
index e0d2cc3..3844a96 100644
--- a/linux-user/arm/syscall.h
+++ b/linux-user/arm/syscall.h
@@ -44,3 +44,7 @@ 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
OpenPOWER on IntegriCloud