From 6585cb60ee7aafc3301c402dda12d6771dfb7fa3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 5 Sep 2011 21:49:14 -0400 Subject: Remove unused parameter in pldd and simplify ELF handling --- elf/pldd-xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/pldd-xx.c') 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; -- cgit v1.2.1