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

Commit 63b2c577 authored by Elliott Hughes's avatar Elliott Hughes Committed by android code review
Browse files

Merge "Conditionally use SIGSTKFLT"

parents 8fb0caa7 7ac42097
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
};