summaryrefslogtreecommitdiff
path: root/include/elf
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
commitb3c56e5fac6ae0a35cf226054a145d52698b0ad4 (patch)
treeeda1657afa99ea2949651b52bd85208c309310d6 /include/elf
parent8c741269394e9a9cf788392f073a351b092f4b6b (diff)
downloadgdb-b3c56e5fac6ae0a35cf226054a145d52698b0ad4.tar.gz
2004-01-28 Roland McGrath <roland@redhat.com>
* common.h (AT_SECURE): New macro.
Diffstat (limited to 'include/elf')
-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 3eba178e5bb..bf233f61dfd 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