Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
288 B
C
Raw Permalink Normal View History

#ifndef M68K_TARGET_SYSCALL_H
#define M68K_TARGET_SYSCALL_H
2006-10-22 00:18:54 +00:00
#define UNAME_MACHINE "m68k"
#define UNAME_MINIMUM_RELEASE "2.6.32"
2006-10-22 00:18:54 +00:00
#define TARGET_MCL_CURRENT 1
#define TARGET_MCL_FUTURE 2
#define TARGET_MCL_ONFAULT 4
2016-07-08 01:17:27 +02:00
#define TARGET_WANT_OLD_SYS_SELECT
#endif /* M68K_TARGET_SYSCALL_H */