summaryrefslogtreecommitdiff
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/arm/syscall.h b/linux-user/arm/syscall.h
index cdadb0ce82..3844a96112 100644
--- a/linux-user/arm/syscall.h
+++ b/linux-user/arm/syscall.h
@@ -46,3 +46,5 @@ struct target_pt_regs {
#define TARGET_CLONE_BACKWARDS
#define TARGET_MINSIGSTKSZ 2048
+#define TARGET_MLOCKALL_MCL_CURRENT 1
+#define TARGET_MLOCKALL_MCL_FUTURE 2