include/elf/

* common.h (AT_RANDOM): Define.
This commit is contained in:
Jan Kratochvil
2009-03-16 09:45:33 +00:00
parent 8fd4122798
commit 904001b085
2 changed files with 5 additions and 0 deletions

View File

@ -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. */