am c5db017c: am 63b2c577: Merge "Conditionally use SIGSTKFLT"
* commit 'c5db017cc3d30b1b15544ca9889e66890710f93c': Conditionally use SIGSTKFLT
This commit is contained in:
commit
8268a75e86
|
@ -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 New Issue