1 #ifndef NIOS2_TARGET_SIGNAL_H
2 #define NIOS2_TARGET_SIGNAL_H
4 /* this struct defines a stack used during syscall handling */
6 typedef struct target_sigaltstack
{
12 /* sigaltstack controls */
13 #define TARGET_SS_ONSTACK 1
14 #define TARGET_SS_DISABLE 2
16 #define TARGET_MINSIGSTKSZ 2048
17 #define TARGET_SIGSTKSZ 8192
19 #include "../generic/signal.h"
21 #endif /* NIOS2_TARGET_SIGNAL_H */