summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-25 07:12:27 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-25 07:12:27 +0000
commitdb6edfb341b4d15a24c80bf4113462203bd2dfc8 (patch)
tree123962aadc72265ab5530db6502620e6ace9585c /ChangeLog
parent3873630cd814a11a75f2e7173bcf1efd08e94663 (diff)
downloadglibc-db6edfb341b4d15a24c80bf4113462203bd2dfc8.tar.gz
glibc-db6edfb341b4d15a24c80bf4113462203bd2dfc8.tar.xz
glibc-db6edfb341b4d15a24c80bf4113462203bd2dfc8.zip
* sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 since
	this is the maximum UCS4 value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd2c66a7cf..2d0c7cc99e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-25  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 since
+	this is the maximum UCS4 value.
+
 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
 
 	[BZ #10093]