summaryrefslogtreecommitdiffstats
path: root/libelf/elf_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/elf_version.c')
-rw-r--r--libelf/elf_version.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libelf/elf_version.c b/libelf/elf_version.c
index dcb67580..7c336ff9 100644
--- a/libelf/elf_version.c
+++ b/libelf/elf_version.c
@@ -1,5 +1,5 @@
/* Coordinate ELF library and application versions.
- 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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1998.
@@ -42,8 +42,7 @@ unsigned int __libelf_version = EV_CURRENT;
unsigned int
-elf_version (version)
- unsigned int version;
+elf_version (unsigned int version)
{
if (version == EV_NONE)
return __libelf_version;