aboutsummaryrefslogtreecommitdiff
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-03-16 09:45:33 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-03-16 09:45:33 +0000
commit904001b085513a5d6b7734275f6fb90c860cf3be (patch)
tree77bd7cffeebb7a44145680869e13cad10c91b7cf /include/elf/common.h
parent8fd41227982800cbefd573a8024556a37b44eaed (diff)
downloadgdb-904001b085513a5d6b7734275f6fb90c860cf3be.zip
gdb-904001b085513a5d6b7734275f6fb90c860cf3be.tar.gz
gdb-904001b085513a5d6b7734275f6fb90c860cf3be.tar.bz2
include/elf/
* common.h (AT_RANDOM): Define.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 3ba44d9..764141e 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -803,6 +803,7 @@
#define AT_SECURE 23 /* Boolean, was exec setuid-like? */
#define AT_BASE_PLATFORM 24 /* String identifying real platform,
may differ from AT_PLATFORM. */
+#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. */