diff options
author | Roland McGrath <roland@gnu.org> | 2005-01-22 08:03:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-01-22 08:03:27 +0000 |
commit | 91bf35de4c18fb4ed0bb495a8ad81a55311a273f (patch) | |
tree | c7151bd67938afb79bccf4dcceaedee7b41fc5fe /sysdeps/i386 | |
parent | be184b1d265431c975332eea4047d3a69f7e9f57 (diff) | |
download | glibc-91bf35de4c18fb4ed0bb495a8ad81a55311a273f.zip glibc-91bf35de4c18fb4ed0bb495a8ad81a55311a273f.tar.gz glibc-91bf35de4c18fb4ed0bb495a8ad81a55311a273f.tar.bz2 |
2005-01-21 Roland McGrath <roland@redhat.com>
* elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
* sysdeps/i386/dl-machine.h: Update decl.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/dl-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/dl-machine.h b/sysdeps/i386/dl-machine.h index b7fd448..fa65473 100644 --- a/sysdeps/i386/dl-machine.h +++ b/sysdeps/i386/dl-machine.h @@ -162,7 +162,7 @@ extern ElfW(Addr) _dl_fixup (struct link_map *__unbounded l, ARCH_FIXUP_ATTRIBUTE; extern ElfW(Addr) _dl_profile_fixup (struct link_map *l, ElfW(Word) reloc_offset, - ElfW(Addr) retaddr, const void *regs, + ElfW(Addr) retaddr, void *regs, long int *framesizep) ARCH_FIXUP_ATTRIBUTE; # endif |