summaryrefslogtreecommitdiffstats
path: root/linux-user/m68k/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/m68k/syscall.h')
-rw-r--r--linux-user/m68k/syscall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-user/m68k/syscall.h b/linux-user/m68k/syscall.h
index 889eaf7..9218493 100644
--- a/linux-user/m68k/syscall.h
+++ b/linux-user/m68k/syscall.h
@@ -18,4 +18,8 @@ struct target_pt_regs {
#define UNAME_MACHINE "m68k"
#define UNAME_MINIMUM_RELEASE "2.6.32"
+#define TARGET_MINSIGSTKSZ 2048
+#define TARGET_MLOCKALL_MCL_CURRENT 1
+#define TARGET_MLOCKALL_MCL_FUTURE 2
+
void do_m68k_simcall(CPUM68KState *, int);
OpenPOWER on IntegriCloud