]> git.ipfire.org Git - thirdparty/glibc.git/commit
stdio-common: Fix building when !IS_IN (libc)
authorSergey Bugaev <bugaevc@gmail.com>
Sun, 19 Mar 2023 15:09:53 +0000 (18:09 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 2 Apr 2023 23:01:11 +0000 (01:01 +0200)
commit589bcfdeefeba493fd0f90fbdcbd285ec1ed313d
treee4014de85351caec3e2578f6993b23b9164a09b1
parent05024b52a45fde064fe42288cee19d1756f6d01d
stdio-common: Fix building when !IS_IN (libc)

In this case, _itoa_word () is already defined inline in the header (see
sysdeps/generic/_itoa.h), and the second definition causes an error.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230319151017.531737-11-bugaevc@gmail.com>
stdio-common/_itoa.c