summaryrefslogtreecommitdiffstats
path: root/backends/alpha_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/alpha_init.c')
-rw-r--r--backends/alpha_init.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/backends/alpha_init.c b/backends/alpha_init.c
index a3307d83..25c5b32f 100644
--- a/backends/alpha_init.c
+++ b/backends/alpha_init.c
@@ -40,11 +40,10 @@
const char *
-alpha_init (elf, machine, eh, ehlen)
- Elf *elf __attribute__ ((unused));
- GElf_Half machine __attribute__ ((unused));
- Ebl *eh;
- size_t ehlen;
+alpha_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))