aboutsummaryrefslogtreecommitdiff
path: root/linux-user/m68k/target_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/m68k/target_syscall.h')
-rw-r--r--linux-user/m68k/target_syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/m68k/target_syscall.h b/linux-user/m68k/target_syscall.h
index db2be4f101..632ee4fcf8 100644
--- a/linux-user/m68k/target_syscall.h
+++ b/linux-user/m68k/target_syscall.h
@@ -24,6 +24,8 @@ struct target_pt_regs {
#define TARGET_MLOCKALL_MCL_CURRENT 1
#define TARGET_MLOCKALL_MCL_FUTURE 2
+#define TARGET_WANT_OLD_SYS_SELECT
+
void do_m68k_simcall(CPUM68KState *, int);
#endif /* M68K_TARGET_SYSCALL_H */