From: Jim Meyering Date: Fri, 31 Aug 2001 08:17:45 +0000 (+0000) Subject: (strtoimax): New decl. X-Git-Tag: TEXTUTILS-2_0_15~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fb1f177d9565d5239b9c04eff87702d874f102b;p=thirdparty%2Fcoreutils.git (strtoimax): New decl. --- diff --git a/lib/xstrtol.c b/lib/xstrtol.c index 7bc733545c..b677ef9ffa 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -86,6 +86,10 @@ long int strtol (); unsigned long int strtoul (); #endif +#ifndef strtoimax +intmax_t strtoimax (); +#endif + #ifndef strtoumax uintmax_t strtoumax (); #endif