Sign in
qemu
/
qemu
/
7c8faaf2a4fa8ad2d291662ac7e7eeea1fe8d47c
/
.
/
linux-user
/
nios2
/
target_signal.h
blob: 46ca5948cea494325e1e5e6b901e9c972c73bdd2 [
file
] [
log
] [
blame
]
#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 */