am 79737802: am 8268a75e: am c5db017c: am 63b2c577: Merge "Conditionally use SIGSTKFLT"

* commit '79737802421d7b32707f1c248b5ecb239965234a':
  Conditionally use SIGSTKFLT
This commit is contained in:
Elliott Hughes 2012-08-08 15:11:22 -07:00 committed by Android Git Automerger
commit 7acf56f8f7
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
};