summaryrefslogtreecommitdiff
path: root/linux-user/i386/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/i386/syscall.h')
-rw-r--r--linux-user/i386/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/i386/syscall.h b/linux-user/i386/syscall.h
index acf685622d..906aaac0b1 100644
--- a/linux-user/i386/syscall.h
+++ b/linux-user/i386/syscall.h
@@ -148,3 +148,5 @@ struct target_vm86plus_struct {
#define TARGET_CLONE_BACKWARDS
#define TARGET_MINSIGSTKSZ 2048
+#define TARGET_MLOCKALL_MCL_CURRENT 1
+#define TARGET_MLOCKALL_MCL_FUTURE 2