gas/codeview: avoid "shadowing" of glibc function name
authorJan Beulich <jbeulich@suse.com>
Mon, 12 Dec 2022 08:49:44 +0000 (09:49 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 12 Dec 2022 08:49:44 +0000 (09:49 +0100)
commitaf327b04a5560163713222ebcc94f587441be127
tree3385fce3cc6152d0e081392e1d76f4234d55cc38
parent65f440c8fb5fc1af9f5aaee181ac7e631573a7e1
gas/codeview: avoid "shadowing" of glibc function name

While not "index" this time, old enough glibc also has an (unguarded)
declaration of fileno() in stdio.h, which triggers a "shadows a global
declaration" warning with our choice of warning level and with at least
some gcc versions.
gas/codeview.c