aboutsummaryrefslogtreecommitdiff
path: root/linux-user/nios2/target_signal.h
blob: 46ca5948cea494325e1e5e6b901e9c972c73bdd2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef NIOS2_TARGET_SIGNAL_H
#define NIOS2_TARGET_SIGNAL_H

#include "../generic/signal.h"

/* Nios2 uses a fixed address on the kuser page for sigreturn. */
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 0

#endif /* NIOS2_TARGET_SIGNAL_H */