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 */
|
/* non-SUS signals */
|
||||||
_SIG(IO),
|
_SIG(IO),
|
||||||
_SIG(PWR),
|
_SIG(PWR),
|
||||||
|
#ifdef SIGSTKFLT
|
||||||
_SIG(STKFLT),
|
_SIG(STKFLT),
|
||||||
|
#endif
|
||||||
_SIG(WINCH),
|
_SIG(WINCH),
|
||||||
#undef _SIG
|
#undef _SIG
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue