summaryrefslogtreecommitdiff
path: root/backends/sparc_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/sparc_init.c')
-rw-r--r--backends/sparc_init.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/backends/sparc_init.c b/backends/sparc_init.c
index 7d229981..18d73494 100644
--- a/backends/sparc_init.c
+++ b/backends/sparc_init.c
@@ -40,11 +40,10 @@
extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
const char *
-sparc_init (elf, machine, eh, ehlen)
- Elf *elf __attribute__ ((unused));
- GElf_Half machine __attribute__ ((unused));
- Ebl *eh;
- size_t ehlen;
+sparc_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))