[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] libsh: Omit strtoimax if HAVE_STRTOIMAX
From: |
Ismael Luceno |
Subject: |
Re: [PATCH] libsh: Omit strtoimax if HAVE_STRTOIMAX |
Date: |
Wed, 3 Jul 2024 20:51:24 +0200 |
On 03/Jul/2024 09:12, Chet Ramey wrote:
> On 7/2/24 11:21 PM, Ismael Luceno wrote:
> > Signed-off-by: Ismael Luceno <ismael@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.