diff options
author | Roland McGrath <roland@gnu.org> | 2004-01-29 02:41:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-01-29 02:41:18 +0000 |
commit | de302dfb20b69888d75cf1a75d925a1c7267b92d (patch) | |
tree | 8c40e49bf6d84e23a01986c1576e2ff9e14151d2 /include | |
parent | 7e67eb11e5e2e6f888c0417bcc1bf004e4e163a8 (diff) | |
download | fsf-binutils-gdb-de302dfb20b69888d75cf1a75d925a1c7267b92d.zip fsf-binutils-gdb-de302dfb20b69888d75cf1a75d925a1c7267b92d.tar.gz fsf-binutils-gdb-de302dfb20b69888d75cf1a75d925a1c7267b92d.tar.bz2 |
2004-01-28 Roland McGrath <roland@redhat.com>
* common.h (AT_SECURE): New macro.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 3eba178..bf233f6 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 |