diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 21:49:14 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 21:49:14 -0400 |
commit | 6585cb60ee7aafc3301c402dda12d6771dfb7fa3 (patch) | |
tree | 74a43e5bebc5f9d23c48e5fbc055fc05261e3a8f /elf/pldd-xx.c | |
parent | 6d18b67f4df2db7ceb315a264ad43a27d86ba697 (diff) | |
download | glibc-6585cb60ee7aafc3301c402dda12d6771dfb7fa3.tar glibc-6585cb60ee7aafc3301c402dda12d6771dfb7fa3.tar.gz glibc-6585cb60ee7aafc3301c402dda12d6771dfb7fa3.tar.bz2 glibc-6585cb60ee7aafc3301c402dda12d6771dfb7fa3.zip |
Remove unused parameter in pldd and simplify ELF handling
Diffstat (limited to 'elf/pldd-xx.c')
-rw-r--r-- | elf/pldd-xx.c | 2 |
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; |