On 03/Jul/2024 09:12, Chet Ramey wrote: > On 7/2/24 11:21 PM, Ismael Luceno wrote: > > Signed-off-by: Ismael Luceno <ism...@iodev.co.uk> > > --- > > lib/sh/strtoimax.c | 8 +++++--- > > 1 file changed, 5 insertions(+), 3 deletions(-) > > This isn't right; strtoimax.o is only added to OBJECTS if libc doesn't > provide it. There is a bug in the autoconf test for strtoimax that is > corrected in the devel branch.
I guess you mean commit 43e861c2cd840946a81dfd0386966eb4f3a17ce9. Shouldn't this be in the master branch? Apologies for the noise.