summaryrefslogtreecommitdiffstats
path: root/libelf/elf_fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/elf_fill.c')
-rw-r--r--libelf/elf_fill.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libelf/elf_fill.c b/libelf/elf_fill.c
index 174ab45c..6ebdf63a 100644
--- a/libelf/elf_fill.c
+++ b/libelf/elf_fill.c
@@ -1,5 +1,5 @@
/* Set fill byte used when constructing ELF objects.
- Copyright (C) 1998, 2000, 2002 Red Hat, Inc.
+ Copyright (C) 1998, 2000, 2002, 2015 Red Hat, Inc.
This file is part of elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 1998.
@@ -40,8 +40,7 @@ int __libelf_fill_byte;
void
-elf_fill (fill)
- int fill;
+elf_fill (int fill)
{
__libelf_fill_byte = fill;
}