diff options
Diffstat (limited to 'elfutils/libelf/gelf_newphdr.c')
-rw-r--r-- | elfutils/libelf/gelf_newphdr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/elfutils/libelf/gelf_newphdr.c b/elfutils/libelf/gelf_newphdr.c index 090f34391..3e4def117 100644 --- a/elfutils/libelf/gelf_newphdr.c +++ b/elfutils/libelf/gelf_newphdr.c @@ -26,9 +26,7 @@ unsigned long int -gelf_newphdr (elf, phnum) - Elf *elf; - size_t phnum; +gelf_newphdr (Elf *elf, size_t phnum) { return (elf->class == ELFCLASS32 ? (unsigned long int) INTUSE(elf32_newphdr) (elf, phnum) |