commit | 514faf92c82ca4f88e4a58f771ff5e393ceec317 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Thu Apr 30 00:55:45 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 30 00:55:45 2020 +0000 |
tree | 08898ae4aab30199dc92af71d612c77e26207430 | |
parent | 7204ad8cc8920ecaf374d0a5ab571f623ff06524 [diff] | |
parent | a41c3256d759479306396a0f338778902c4c88e4 [diff] |
Merge "Switch to new kernel ptrace interface for reading tags."
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