From de302dfb20b69888d75cf1a75d925a1c7267b92d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 29 Jan 2004 02:41:18 +0000 Subject: [PATCH] 2004-01-28 Roland McGrath * common.h (AT_SECURE): New macro. --- include/elf/common.h | 1 + 1 file changed, 1 insertion(+) 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