From: Roland McGrath Date: Fri, 2 Aug 2002 21:45:45 +0000 (+0000) Subject: . X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a6a9df8f660bd18c5c9804922d1a4ee09278db;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index a04087733d7..0f401fe048a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-02 Roland McGrath + + * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX. + On 32-bit platforms they are the same; on 64-bit platforms ssize_t + matches long int, not int. + 2002-08-02 Ulrich Drepper * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt