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

Commit f1175b10 authored by Christopher Ferris's avatar Christopher Ferris Committed by Automerger Merge Worker
Browse files

Merge "Update for new kernel 5.11 headers." am: d57652f1 am: c5b65807 am: 1b53137d

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1595351

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib6f2b42c637c7c7cc7f2149ae0835c0360d79a1d
parents d81b6cce 1b53137d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -391,8 +391,10 @@ const char* get_sigcode(const siginfo_t* si) {
    case SIGSYS:
      switch (si->si_code) {
        case SYS_SECCOMP: return "SYS_SECCOMP";
        case SYS_USER_DISPATCH:
          return "SYS_USER_DISPATCH";
      }
      static_assert(NSIGSYS == SYS_SECCOMP, "missing SYS_* si_code");
      static_assert(NSIGSYS == SYS_USER_DISPATCH, "missing SYS_* si_code");
      break;
    case SIGTRAP:
      switch (si->si_code) {