X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=elf%2Felf.h;fp=elf%2Felf.h;h=60d26aac239a418c7593522acffac3a3df15c543;hb=ce7874c9460a2495982499d6ae42a1f21e794b50;hp=9100cf470830b0d899bb04887360a40e71d817a0;hpb=e5739c4df416952fbe5064436c44c172eb770aa6;p=zpackage diff --git a/elf/elf.h b/elf/elf.h index 9100cf4..60d26aa 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -575,7 +575,7 @@ Elf64_Shdr *libelf_shdr(void *elf, int n); Elf64_Shdr *libelf_sht_strtab(void *elf); char *libelf_sectionname(Elf64_Shdr *section, Elf64_Shdr *strtab); Elf64_Shdr *libelf_section_n(void *elf, int n); -Elf64_Shdr *libelf_section(void *elf, int type); +Elf64_Shdr *libelf_section(void *elf, unsigned int type); int libelf_type(void *elf); int libelf_iself(void *elf);