Sign in
qemu
/
qemu
/
04cbb4acc60c98c4080df6d03a09bbca0e408f67
/
.
/
linux-user
/
x86_64
/
target_signal.h
blob: 9d9717406f3beed01ec56e2905562f9d3f87f880 [
file
] [
log
] [
blame
]
#ifndef
X86_64_TARGET_SIGNAL_H
#define
X86_64_TARGET_SIGNAL_H
#include
"../generic/signal.h"
/* For x86_64, use of SA_RESTORER is mandatory. */
#define
TARGET_ARCH_HAS_SIGTRAMP_PAGE
0
#endif
/* X86_64_TARGET_SIGNAL_H */