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.
This commit is contained in:
Rich Felker
2025-07-12 21:48:59 -04:00
parent f96e47a261
commit bd981f3342
+2
View File
@@ -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