am c5db017c: am 63b2c577: Merge "Conditionally use SIGSTKFLT"

* commit 'c5db017cc3d30b1b15544ca9889e66890710f93c':
  Conditionally use SIGSTKFLT
This commit is contained in:
Elliott Hughes 2012-08-08 14:06:25 -07:00 committed by Android Git Automerger
commit 8268a75e86
1 changed files with 2 additions and 0 deletions

View File

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