1 #ifndef RISCV_TARGET_SIGNAL_H
2 #define RISCV_TARGET_SIGNAL_H
4 typedef struct target_sigaltstack
{
10 #define TARGET_SS_ONSTACK 1
11 #define TARGET_SS_DISABLE 2
13 #define TARGET_MINSIGSTKSZ 2048
14 #define TARGET_SIGSTKSZ 8192
16 #include "../generic/signal.h"
18 #endif /* RISCV_TARGET_SIGNAL_H */