X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libelf%2Felf_getaroff.c;h=5b59203ff9fd51eac3156659f27d449ce643ef6e;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=62da34dffab816f27267e9e88c2a0e06c4725786;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/libelf/elf_getaroff.c b/libelf/elf_getaroff.c index 62da34d..5b59203 100644 --- a/libelf/elf_getaroff.c +++ b/libelf/elf_getaroff.c @@ -1,5 +1,5 @@ /* Return offset in archive for current file ELF. - Copyright (C) 2005, 2008 Red Hat, Inc. + Copyright (C) 2005, 2008, 2015 Red Hat, Inc. This file is part of elfutils. Contributed by Ulrich Drepper , 2005. @@ -39,8 +39,7 @@ off_t -elf_getaroff (elf) - Elf *elf; +elf_getaroff (Elf *elf) { /* Be gratious, the specs demand it. */ if (elf == NULL || elf->parent == NULL)