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