xref: /openbmc/qemu/linux-user/x86_64/target_signal.h (revision b69801dd6b1eb4d107f7c2f643adf0a4e3ec9124)
1 #ifndef X86_64_TARGET_SIGNAL_H
2 #define X86_64_TARGET_SIGNAL_H
3 
4 #include "../generic/signal.h"
5 
6 #define TARGET_SA_RESTORER      0x04000000
7 
8 /* For x86_64, use of SA_RESTORER is mandatory. */
9 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 0
10 
11 #endif /* X86_64_TARGET_SIGNAL_H */
12