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

Commit 7ac42097 authored by Chris Dearman's avatar Chris Dearman Committed by Raghu Gandham
Browse files

Conditionally use SIGSTKFLT

Change-Id: I555b33b5a93df332c556944a1c00fff417825247
parent 23ee469c
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
};