summaryrefslogtreecommitdiff
path: root/elf/pldd-xx.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-05 21:49:14 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-05 21:49:14 -0400
commit6585cb60ee7aafc3301c402dda12d6771dfb7fa3 (patch)
tree74a43e5bebc5f9d23c48e5fbc055fc05261e3a8f /elf/pldd-xx.c
parent6d18b67f4df2db7ceb315a264ad43a27d86ba697 (diff)
Remove unused parameter in pldd and simplify ELF handling
Diffstat (limited to 'elf/pldd-xx.c')
-rw-r--r--elf/pldd-xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/pldd-xx.c b/elf/pldd-xx.c
index 59419bce33..8ecd468dd1 100644
--- a/elf/pldd-xx.c
+++ b/elf/pldd-xx.c
@@ -79,7 +79,7 @@ static_assert (r_map, (offsetof (struct r_debug, r_map)
static int
-E(find_maps) (pid_t pid, EW(Ehdr) *ehdr, void *auxv, size_t auxv_size)
+E(find_maps) (pid_t pid, void *auxv, size_t auxv_size)
{
EW(Addr) phdr = 0;
unsigned int phnum = 0;