diff options
author | Szabolcs Nagy <nsz@port70.net> | 2021-07-07 17:40:46 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2022-03-08 17:21:26 -0500 |
commit | a8300f5d2a4b0774a1646454bdf6c629d2c49ace (patch) | |
tree | f8ca1f08ac1d3977d0955dbdd12f83587d7ea78a | |
parent | dda21f10a7d800812cdc63602556c2d217de1d3c (diff) | |
download | musl-a8300f5d2a4b0774a1646454bdf6c629d2c49ace.tar.gz musl-a8300f5d2a4b0774a1646454bdf6c629d2c49ace.tar.xz musl-a8300f5d2a4b0774a1646454bdf6c629d2c49ace.zip |
elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13
see linux commit 201698626fbca1cf1a3b686ba14cf2a056500716 arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
-rw-r--r-- | include/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h index 5170f3e2..86e2f0bb 100644 --- a/include/elf.h +++ b/include/elf.h @@ -687,6 +687,7 @@ typedef struct { #define NT_ARM_PACA_KEYS 0x407 #define NT_ARM_PACG_KEYS 0x408 #define NT_ARM_TAGGED_ADDR_CTRL 0x409 +#define NT_ARM_PAC_ENABLED_KEYS 0x40a #define NT_METAG_CBUF 0x500 #define NT_METAG_RPIPE 0x501 #define NT_METAG_TLS 0x502 |