summaryrefslogtreecommitdiff
path: root/linux-user/microblaze/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/microblaze/syscall.h')
-rw-r--r--linux-user/microblaze/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/microblaze/syscall.h b/linux-user/microblaze/syscall.h
index 2a5e160b03..3c1ed27c04 100644
--- a/linux-user/microblaze/syscall.h
+++ b/linux-user/microblaze/syscall.h
@@ -50,5 +50,7 @@ struct target_pt_regs {
#define TARGET_CLONE_BACKWARDS
#define TARGET_MINSIGSTKSZ 2048
+#define TARGET_MLOCKALL_MCL_CURRENT 1
+#define TARGET_MLOCKALL_MCL_FUTURE 2
#endif