diff options
Diffstat (limited to 'usr/src/uts/common/sys/elf.h')
-rw-r--r-- | usr/src/uts/common/sys/elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/elf.h b/usr/src/uts/common/sys/elf.h index b88d215336..b737e37aee 100644 --- a/usr/src/uts/common/sys/elf.h +++ b/usr/src/uts/common/sys/elf.h @@ -864,7 +864,8 @@ typedef Elf64_Word Elf64_Capchain; #define NT_ZONENAME 21 /* string from getzonenamebyid(3C) */ #define NT_FDINFO 22 /* open fd info */ #define NT_SPYMASTER 23 /* psinfo_t for agent LWP spymaster */ -#define NT_NUM 23 +#define NT_SECFLAGS 24 /* process security-flags */ +#define NT_NUM 24 #ifdef _KERNEL |