Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / linux-user / nios2 / target_signal.h
blob46ca5948cea494325e1e5e6b901e9c972c73bdd2
1 #ifndef NIOS2_TARGET_SIGNAL_H
2 #define NIOS2_TARGET_SIGNAL_H
4 #include "../generic/signal.h"
6 /* Nios2 uses a fixed address on the kuser page for sigreturn. */
7 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 0
9 #endif /* NIOS2_TARGET_SIGNAL_H */