diff options
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h index 0681537d62..965419126d 100644 --- a/include/link.h +++ b/include/link.h @@ -214,7 +214,7 @@ struct link_map /* Collected results of relocation while profiling. */ struct reloc_result { - ElfW(Addr) addr; + DL_FIXUP_VALUE_TYPE addr; struct link_map *bound; unsigned int boundndx; uint32_t enterexit; |