summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-01-29 02:41:18 +0000
committerRoland McGrath <roland@gnu.org>2004-01-29 02:41:18 +0000
commitd913a3b3de3b64b9d234fb8b375b5c1218f5062e (patch)
tree3bacfed1115276e5927f3fd7f331f5a463503611 /include
parent723f88f4d91bce15962874aab01308cde14f6afa (diff)
downloadbinutils-redhat-d913a3b3de3b64b9d234fb8b375b5c1218f5062e.tar.gz
2004-01-28 Roland McGrath <roland@redhat.com>
* common.h (AT_SECURE): New macro.
Diffstat (limited to 'include')
-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 3eba178e5b..bf233f61df 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -721,6 +721,7 @@
#define AT_ICACHEBSIZE 20 /* Instruction cache block size. */
#define AT_UCACHEBSIZE 21 /* Unified cache block size. */
#define AT_IGNOREPPC 22 /* Entry should be ignored */
+#define AT_SECURE 23 /* Boolean, was exec setuid-like? */
/* Pointer to the global system page used for system calls and other
nice things. */
#define AT_SYSINFO 32