summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2025-07-12 21:48:59 -0400
committerRich Felker <dalias@aerifal.cx>2025-07-12 21:48:59 -0400
commitbd981f3342b92f5b6a71b22ae7520a59ed4dc236 (patch)
tree8c9263b4b829f06b99339a8dc22f77f0fc053d74 /include
parentf96e47a26102d537c29435f0abf9ec94676a030e (diff)
downloadmusl-bd981f3342b92f5b6a71b22ae7520a59ed4dc236.tar.gz
elf.h: add AT_HWCAP3 and AT_HWCAP4
there are probably more new auxv keys that should be added, but these are added now specifically because we may need to mask them.
Diffstat (limited to 'include')
-rw-r--r--include/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index 8b622f63..d6ae539a 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -1040,6 +1040,8 @@ typedef struct {
#define AT_RANDOM 25
#define AT_HWCAP2 26
+#define AT_HWCAP3 29
+#define AT_HWCAP4 30
#define AT_EXECFN 31