summaryrefslogtreecommitdiff
path: root/libc/elf/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/elf/elf.h')
-rw-r--r--libc/elf/elf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/elf/elf.h b/libc/elf/elf.h
index 4ad4f3999..f372271ed 100644
--- a/libc/elf/elf.h
+++ b/libc/elf/elf.h
@@ -993,7 +993,7 @@ typedef struct
/* Some more special a_type values describing the hardware. */
#define AT_PLATFORM 15 /* String identifying platform. */
-#define AT_HWCAP 16 /* Machine dependent hints about
+#define AT_HWCAP 16 /* Machine-dependent hints about
processor capabilities. */
/* This entry gives some information about the FPU initialization
@@ -1015,6 +1015,9 @@ typedef struct
#define AT_RANDOM 25 /* Address of 16 random bytes. */
+#define AT_HWCAP2 26 /* More machine-dependent hints about
+ processor capabilities. */
+
#define AT_EXECFN 31 /* Filename of executable. */
/* Pointer to the global system page used for system calls and other