From: Jim Meyering Date: Sat, 22 Sep 2001 13:27:04 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-2_0_15~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16aef054166879a7f105d064bc9063f354045f55;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 2a06517aee..eccadcc541 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2001-09-20 Jim Meyering + + * xstrtol.c (strtoimax): Guard declaration with + `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'. + The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0) + have their own, conflicting declaration of strtoimax in sys/inttypes.h. + (strtoumax): Likewise, for completeness (it wasn't necessary). + 2001-09-06 Paul Eggert * strtoimax.c (HAVE_LONG_LONG):