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

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

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

* commit 'c5db017c':
  Conditionally use SIGSTKFLT
parents e0346fa7 c5db017c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,7 +42,9 @@ static struct {
    /* non-SUS signals */
    _SIG(IO),
    _SIG(PWR),
#ifdef SIGSTKFLT
    _SIG(STKFLT),
#endif
    _SIG(WINCH),
#undef _SIG
};