Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-03-16 12:45:33 +0300
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-03-16 12:45:33 +0300
commitfe5c0c73f3fca9b6fc0526b1e7af726b255d0f84 (patch)
tree9f067ebe1190d88527620a62970c4e3343881c5b /include/elf/common.h
parent99438c631a58d331bc1899ab332de226b496e1b8 (diff)
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 3ba44d946..764141ec6 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. */