master
h 8 lines 169 Bytes
Raw
1 #ifndef RISCV_TARGET_SIGNAL_H
2 #define RISCV_TARGET_SIGNAL_H
3
4 #include "../generic/signal.h"
5
6 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
7
8 #endif /* RISCV_TARGET_SIGNAL_H */