objcopy: avoid "shadowing" of remove() function name
authorJan Beulich <jbeulich@suse.com>
Fri, 30 Sep 2022 08:55:02 +0000 (10:55 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 30 Sep 2022 08:55:02 +0000 (10:55 +0200)
commit3bf4994276269a241d97f8ccb5171fe581baa4cb
treed9f192c522fc3e9ae660fc97a30433646104e93e
parentd988b231b0db7b3d6a1e21706bb9920b734f15cf
objcopy: avoid "shadowing" of remove() function name

remove() is a standard library function (declared in stdio.h), which
triggers a "shadows a global declaration" warning with some gcc versions.
binutils/objcopy.c