diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-04 04:15:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-04 04:15:55 +0000 |
commit | 003f9e7223a13d1c482424deb294647d35dbec92 (patch) | |
tree | 99430fb1050a8685236cb2723edda7272db12099 | |
parent | 05d3d580df05c67de32fb3251d5aae94b630a83c (diff) | |
download | glibc-003f9e7223a13d1c482424deb294647d35dbec92.tar glibc-003f9e7223a13d1c482424deb294647d35dbec92.tar.gz glibc-003f9e7223a13d1c482424deb294647d35dbec92.tar.bz2 glibc-003f9e7223a13d1c482424deb294647d35dbec92.zip |
(AT_SYSINFO_EHDR): New macro, replaces AT_SYSINFO_EH_FRAME.
-rw-r--r-- | elf/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |