From: Jim Meyering Date: Sun, 4 Jul 1999 10:40:04 +0000 (+0000) Subject: [!defined strtoumax]: Declare strtoumax. X-Git-Tag: TEXTUTILS-1_22n~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=376c3fe74028d6695313fbfb4331bdcc31941bf8;p=thirdparty%2Fcoreutils.git [!defined strtoumax]: Declare strtoumax. --- 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) {