about summary refs log tree commit diff
path: root/elf/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/link.h')
-rw-r--r--elf/link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/link.h b/elf/link.h
index c0f255ae18..eb2de1bf46 100644
--- a/elf/link.h
+++ b/elf/link.h
@@ -160,7 +160,7 @@ enum
 
 struct dl_phdr_info
   {
-    ElfW(Addr) dlpi_addr;
+    elfptr_t dlpi_addr;
     const char *dlpi_name;
     const ElfW(Phdr) *dlpi_phdr;
     ElfW(Half) dlpi_phnum;