summaryrefslogtreecommitdiffstats
path: root/libelf/gelf_getrel.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/gelf_getrel.c')
-rw-r--r--libelf/gelf_getrel.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libelf/gelf_getrel.c b/libelf/gelf_getrel.c
index 1f786ff5..309e3d37 100644
--- a/libelf/gelf_getrel.c
+++ b/libelf/gelf_getrel.c
@@ -1,5 +1,5 @@
/* Get REL relocation information at given index.
- Copyright (C) 2000, 2001, 2002, 2005, 2009, 2014 Red Hat, Inc.
+ Copyright (C) 2000, 2001, 2002, 2005, 2009, 2014, 2015 Red Hat, Inc.
This file is part of elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2000.
@@ -38,10 +38,7 @@
GElf_Rel *
-gelf_getrel (data, ndx, dst)
- Elf_Data *data;
- int ndx;
- GElf_Rel *dst;
+gelf_getrel (Elf_Data *data, int ndx, GElf_Rel *dst)
{
Elf_Data_Scn *data_scn = (Elf_Data_Scn *) data;
Elf_Scn *scn;