master
h 13 lines 339 Bytes
Raw
1 #ifndef HPPA_TARGET_SYSCALL_H
2 #define HPPA_TARGET_SYSCALL_H
3
4 #define UNAME_MACHINE "parisc"
5 #define UNAME_MINIMUM_RELEASE "2.6.32"
6 #define TARGET_CLONE_BACKWARDS
7 #define TARGET_MCL_CURRENT 1
8 #define TARGET_MCL_FUTURE 2
9 #define TARGET_MCL_ONFAULT 4
10
11 #define TARGET_DEFAULT_STACK_SIZE 80 * 1024 * 1024UL
12
13 #endif /* HPPA_TARGET_SYSCALL_H */