diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-11 02:43:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-11 02:43:18 +0000 |
commit | 0f95322a5f4b574286c3764a211af06a4aec3caf (patch) | |
tree | 7a9a56e2990f34c96c7cd69c4c9a82aa731083bd /elf | |
parent | 9b1c750e814339a9bae322ad5e11af6f7de33928 (diff) | |
download | glibc-0f95322a5f4b574286c3764a211af06a4aec3caf.tar glibc-0f95322a5f4b574286c3764a211af06a4aec3caf.tar.gz glibc-0f95322a5f4b574286c3764a211af06a4aec3caf.tar.bz2 glibc-0f95322a5f4b574286c3764a211af06a4aec3caf.zip |
(AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |