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:
authorRoland McGrath <mcgrathr@google.com>2004-01-29 05:41:18 +0300
committerRoland McGrath <mcgrathr@google.com>2004-01-29 05:41:18 +0300
commit23e684686bb966f4ac7238d5efc6d3295d82a98e (patch)
treef18b2fc51ec8274b02646ee4475259b5f13ba623 /include/elf/common.h
parent8b6b3a1dd77885868d43c79c0399de1affd15338 (diff)
2004-01-28 Roland McGrath <roland@redhat.com>
* common.h (AT_SECURE): New macro.
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 3eba178e5..bf233f61d 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