diff options
Diffstat (limited to 'usr/src/uts/common/sys')
| -rw-r--r-- | usr/src/uts/common/sys/elf_amd64.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr/src/uts/common/sys/elf_amd64.h b/usr/src/uts/common/sys/elf_amd64.h index 263ea1bc51..e789a1900d 100644 --- a/usr/src/uts/common/sys/elf_amd64.h +++ b/usr/src/uts/common/sys/elf_amd64.h @@ -118,7 +118,7 @@ extern "C" {   * processor specific section types   */  #define	SHT_AMD64_UNWIND	0x70000001	/* unwind information */ - +#define	SHT_X86_64_UNWIND	SHT_AMD64_UNWIND  /*   * NOTE: PT_SUNW_UNWIND is defined in the OS specific range | 
