ld: fix build with old glibc / gcc
authorJan Beulich <jbeulich@suse.com>
Fri, 7 Jul 2023 12:10:21 +0000 (14:10 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 7 Jul 2023 12:10:21 +0000 (14:10 +0200)
commiteae2847fbff56657a5d14909b574ab8ea718ee08
tree9dfa842717c14e20709c318565f9d9a4f877d68e
parent13aa307c9a9086d34b555cecf5f9388fa9b062f1
ld: fix build with old glibc / gcc

"rename" conflicts with a function of that name, which gcc from that
same timeframe then complains about. Use a name matching that of
struct input_remap's respective field.
ld/ldfile.c