summaryrefslogtreecommitdiff
path: root/linux-user/sparc/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/sparc/syscall.h')
-rw-r--r--linux-user/sparc/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/sparc/syscall.h b/linux-user/sparc/syscall.h
index ae4074414f..58573b92ea 100644
--- a/linux-user/sparc/syscall.h
+++ b/linux-user/sparc/syscall.h
@@ -16,3 +16,5 @@ struct target_pt_regs {
*/
#define TARGET_CLONE_BACKWARDS
#define TARGET_MINSIGSTKSZ 4096
+#define TARGET_MLOCKALL_MCL_CURRENT 0x2000
+#define TARGET_MLOCKALL_MCL_FUTURE 0x4000