author | Rich Felker <dalias@aerifal.cx> | 2016年11月11日 12:30:24 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016年11月11日 12:46:06 -0500 |
commit | b418ea1b66d0d5a08640d4edf3b65d4619c6ef7f (patch) | |
tree | f4b2a1cc89e1c5fce77fd13cd0821eb2178c1f25 /include/link.h | |
parent | 4078a5c31fa67987051c2180db7a07702534032f (diff) | |
download | musl-b418ea1b66d0d5a08640d4edf3b65d4619c6ef7f.tar.gz |
-rw-r--r-- | include/link.h | 3 |
diff --git a/include/link.h b/include/link.h index 9349cddd..81501859 100644 --- a/include/link.h +++ b/include/link.h @@ -16,8 +16,7 @@ extern "C" { #define ElfW(type) Elf32_ ## type #endif -/* this is the same everywhere except alpha and s390 */ -typedef uint32_t Elf_Symndx; +#include <bits/link.h> struct dl_phdr_info { ElfW(Addr) dlpi_addr; |