Re: [RFC PATCH glibc 10/34] stdio-common: Fix building when !IS_IN (libc)

2023-04-02 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le dim. 19 mars 2023 18:09:53 +0300, a ecrit: > 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 > --- > stdio-common/_itoa.c | 2 ++ >

[RFC PATCH glibc 10/34] stdio-common: Fix building when !IS_IN (libc)

2023-03-19 Thread Sergey Bugaev
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 --- stdio-common/_itoa.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stdio-common/_itoa.c b/stdio-common/_itoa.c in