aboutsummaryrefslogtreecommitdiff
path: root/linux-user/sparc64/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/sparc64/syscall.h')
-rw-r--r--linux-user/sparc64/syscall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/sparc64/syscall.h b/linux-user/sparc64/syscall.h
index 82b1680cb6..8398d3f463 100644
--- a/linux-user/sparc64/syscall.h
+++ b/linux-user/sparc64/syscall.h
@@ -16,3 +16,6 @@ struct target_pt_regs {
* and copy_thread().
*/
#define TARGET_CLONE_BACKWARDS
+#define TARGET_MINSIGSTKSZ 4096
+#define TARGET_MLOCKALL_MCL_CURRENT 0x2000
+#define TARGET_MLOCKALL_MCL_FUTURE 0x4000