Browse Source

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.
master
Rich Felker 1 year ago
parent
commit
bd981f3342
  1. 2
      include/elf.h

2
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

Loading…
Cancel
Save