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

Commit c5b65807 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I25c6439f7b0965700289193c0f34ce308ab6b4a8
parents d5076451 d57652f1
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) {