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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user