am 63b2c577: Merge "Conditionally use SIGSTKFLT"

* commit '63b2c577526d0c7ae4e90e54bf0f0befb0294456':
  Conditionally use SIGSTKFLT
This commit is contained in:
Elliott Hughes 2012-08-08 14:04:20 -07:00 committed by Android Git Automerger
commit c5db017cc3

View file

@ -42,7 +42,9 @@ static struct {
/* non-SUS signals */
_SIG(IO),
_SIG(PWR),
#ifdef SIGSTKFLT
_SIG(STKFLT),
#endif
_SIG(WINCH),
#undef _SIG
};