Re: [PATCH] libsh: Omit strtoimax if HAVE_STRTOIMAX

2024-07-03 Thread Ismael Luceno
On 03/Jul/2024 09:12, Chet Ramey wrote: > On 7/2/24 11:21 PM, Ismael Luceno wrote: > > Signed-off-by: Ismael Luceno > > --- > > lib/sh/strtoimax.c | 8 +--- > > 1 file changed, 5 insertions(+), 3 deletions(-) > > This isn't right; strtoimax.o is

[PATCH] libsh: Omit strtoimax if HAVE_STRTOIMAX

2024-07-02 Thread Ismael Luceno
Signed-off-by: Ismael Luceno --- lib/sh/strtoimax.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/sh/strtoimax.c b/lib/sh/strtoimax.c index 584fa0ba20f5..7deab27bd692 100644 --- a/lib/sh/strtoimax.c +++ b/lib/sh/strtoimax.c @@ -20,9 +20,9 @@ /* Written by