Merge "Conditionally use SIGSTKFLT"
This commit is contained in:
commit
63b2c57752
1 changed files with 2 additions and 0 deletions
|
@ -42,7 +42,9 @@ static struct {
|
|||
/* non-SUS signals */
|
||||
_SIG(IO),
|
||||
_SIG(PWR),
|
||||
#ifdef SIGSTKFLT
|
||||
_SIG(STKFLT),
|
||||
#endif
|
||||
_SIG(WINCH),
|
||||
#undef _SIG
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue