X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=backends%2Fs390_init.c;h=ba8df45d6d24819fced0e31a9d9843c91915b161;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=26b20b4942028af2c4cc2d0daffad49f973d703e;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/backends/s390_init.c b/backends/s390_init.c index 26b20b4..ba8df45 100644 --- a/backends/s390_init.c +++ b/backends/s390_init.c @@ -41,11 +41,10 @@ extern __typeof (s390_core_note) s390x_core_note; const char * -s390_init (elf, machine, eh, ehlen) - Elf *elf __attribute__ ((unused)); - GElf_Half machine __attribute__ ((unused)); - Ebl *eh; - size_t ehlen; +s390_init (Elf *elf __attribute__ ((unused)), + GElf_Half machine __attribute__ ((unused)), + Ebl *eh, + size_t ehlen) { /* Check whether the Elf_BH object has a sufficent size. */ if (ehlen < sizeof (Ebl))