From f60f928185cf71b24a1fe1ad8ddf9aa4290f3ea9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 4 Jul 1999 10:40:04 +0000 Subject: [PATCH] [!defined strtoumax]: Declare strtoumax. --- lib/xstrtol.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/xstrtol.c b/lib/xstrtol.c index 760b2a57b4..e7b2061891 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -86,6 +86,10 @@ long int strtol (); unsigned long int strtoul (); #endif +#ifndef strtoumax +uintmax_t strtoumax (); +#endif + static int bkm_scale (__strtol_t *x, int scale_factor) { -- 2.30.2