summaryrefslogtreecommitdiffstats
path: root/libelf/elf_cntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/elf_cntl.c')
-rw-r--r--libelf/elf_cntl.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libelf/elf_cntl.c b/libelf/elf_cntl.c
index a3c58051..ab13ffb6 100644
--- a/libelf/elf_cntl.c
+++ b/libelf/elf_cntl.c
@@ -1,5 +1,5 @@
/* Control an ELF file desrciptor.
- Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc.
+ Copyright (C) 1998, 1999, 2000, 2002, 2015 Red Hat, Inc.
This file is part of elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 1998.
@@ -37,9 +37,7 @@
int
-elf_cntl (elf, cmd)
- Elf *elf;
- Elf_Cmd cmd;
+elf_cntl (Elf *elf, Elf_Cmd cmd)
{
int result = 0;