summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-11 02:43:18 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-11 02:43:18 +0000
commit0f95322a5f4b574286c3764a211af06a4aec3caf (patch)
tree7a9a56e2990f34c96c7cd69c4c9a82aa731083bd
parent9b1c750e814339a9bae322ad5e11af6f7de33928 (diff)
(AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
-rw-r--r--elf/elf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index b4d34754a5..2792820c35 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -972,6 +972,10 @@ typedef struct
#define AT_SECURE 23 /* Boolean, was exec setuid-like? */
+#define AT_BASE_PLATFORM 24 /* String identifying real platforms.*/
+
+#define AT_RANDOM 25 /* Address of 16 random bytes. */
+
#define AT_EXECFN 31 /* Filename of executable. */
/* Pointer to the global system page used for system calls and other