]> sourceware.org Git - glibc.git/commit
Avoid pointer type mismatch warning.
authorRichard Henderson <rth@twiddle.net>
Thu, 9 Feb 2012 19:20:27 +0000 (11:20 -0800)
committerRichard Henderson <rth@twiddle.net>
Thu, 9 Feb 2012 19:20:27 +0000 (11:20 -0800)
commit57b957eb048c9b6aad52490ebe70d20a7c2b6caa
tree84ae8bfe917c4422f21f8f61ce421fa512a4e10c
parente216c0121a715225802810af4a34daa3ac7b0605
Avoid pointer type mismatch warning.

update_get_addr returns a link_map*, but the return expression
was of type char*.  Fix by relying on gcc's void* arithmetic
extension and auto-conversion from void*.
ChangeLog
elf/dl-tls.c
This page took 0.034637 seconds and 5 git commands to generate.