diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-22 13:27:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-22 13:27:04 +0000 |
commit | 16aef054166879a7f105d064bc9063f354045f55 (patch) | |
tree | 91d765d8ab75c7ec9d2d08b80f26eb397dee5878 /lib | |
parent | 8000bd993e258cb601a83b98f3d757ba78e0a928 (diff) | |
download | coreutils-16aef054166879a7f105d064bc9063f354045f55.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2a06517ae..eccadcc54 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2001-09-20 Jim Meyering <meyering@lucent.com> + + * 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 <eggert@twinsun.com> * strtoimax.c (HAVE_LONG_LONG): |