]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM in elf/elf.h.
authorUlrich Drepper <drepper@redhat.com>
Sun, 11 Jan 2009 02:43:18 +0000 (02:43 +0000)
committerRyan Arnold <ryanarn@etna.rchland.ibm.com>
Wed, 29 Jul 2009 14:58:52 +0000 (09:58 -0500)
This patch was missing from the previous AT_BASE_PLATFORM patch.  We need this
define for full support.

elf/elf.h

index 928e9ec976764e10ca806cdf85958ed2742e00f7..f9472090d86c55c1275b730d7b3e2a7c1e51870f 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -970,6 +970,12 @@ 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
    nice things.  */
 #define AT_SYSINFO     32