Merge "Conditionally use SIGSTKFLT"

This commit is contained in:
Elliott Hughes 2012-08-08 13:40:17 -07:00 committed by android code review
commit 63b2c57752

View file

@ -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
}; };