commit | a41c3256d759479306396a0f338778902c4c88e4 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Fri Apr 24 17:31:42 2020 -0700 |
committer | Peter Collingbourne <pcc@google.com> | Fri Apr 24 17:32:23 2020 -0700 |
tree | 8286269c72511ef618042ca2223f1ca3afed6476 | |
parent | 317a2e588b6ddbc133149a1dff46a3f758d9809d [diff] [blame] |
Switch to new kernel ptrace interface for reading tags. Bug: 135772972 Change-Id: I1839f04130736b8f7ba0c282d4d6833d50b1a9ae
diff --git a/libc/platform/bionic/mte_kernel.h b/libc/platform/bionic/mte_kernel.h index d22d65e..e8ef2a5 100644 --- a/libc/platform/bionic/mte_kernel.h +++ b/libc/platform/bionic/mte_kernel.h
@@ -51,6 +51,7 @@ #define SEGV_MTEAERR 8 #define SEGV_MTESERR 9 -#define PTRACE_PEEKTAG 33 +#define PTRACE_PEEKMTETAGS 33 +#define PTRACE_POKEMTETAGS 34 #endif