From 003f9e7223a13d1c482424deb294647d35dbec92 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 4 May 2003 04:15:55 +0000 Subject: [PATCH] (AT_SYSINFO_EHDR): New macro, replaces AT_SYSINFO_EH_FRAME. --- elf/elf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/elf.h b/elf/elf.h index 69adde4..32d7691 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -949,7 +949,7 @@ typedef struct /* Pointer to the global system page used for system calls and other nice things. */ #define AT_SYSINFO 32 -#define AT_SYSINFO_EH_FRAME 33 +#define AT_SYSINFO_EHDR 33 /* Note section contents. Each entry in the note section begins with -- 2.7.4