Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5db017c authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 63b2c577: Merge "Conditionally use SIGSTKFLT"

* commit '63b2c577':
  Conditionally use SIGSTKFLT
parents b2a32cb9 63b2c577
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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
};
};