aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-02 21:16:39 +0000
committerRoland McGrath <roland@gnu.org>2002-08-02 21:16:39 +0000
commit8102f4f96efb6f072d98b49089d3c1bfb6386a6e (patch)
tree0af40a28a357a6dc745892645f9baf45743b4829 /ChangeLog
parent8fe0477142bdc02285603e2a7a65b7d2fc230f75 (diff)
downloadglibc-8102f4f96efb6f072d98b49089d3c1bfb6386a6e.tar
glibc-8102f4f96efb6f072d98b49089d3c1bfb6386a6e.tar.gz
glibc-8102f4f96efb6f072d98b49089d3c1bfb6386a6e.tar.bz2
glibc-8102f4f96efb6f072d98b49089d3c1bfb6386a6e.zip
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5e61acb69..72c893b89c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-08-02 Roland McGrath <roland@redhat.com>
+ * 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.
+
* locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
* wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
* locale/lc-ctype.c (_nl_postload_ctype): Likewise.