about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-05 03:02:35 +0000
committerRoland McGrath <roland@gnu.org>2003-03-05 03:02:35 +0000
commit510793fd95ba91303b052c0db5c30cf291035ee9 (patch)
tree6a67d1285ecd0ee4948cad63943f87df3d36aefa
parent5461545a652e44c9b20d097dfebe332eb6bf007f (diff)
downloadglibc-510793fd95ba91303b052c0db5c30cf291035ee9.tar.gz
glibc-510793fd95ba91303b052c0db5c30cf291035ee9.tar.xz
glibc-510793fd95ba91303b052c0db5c30cf291035ee9.zip
* posix/confstr.c (confstr): Correct STRING_LEN values for
	_CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
	break.  Reported by Alexandre Julliard <julliard@winehq.com>.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 857fba22d3..1a7ae320da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-04  Roland McGrath  <roland@redhat.com>
+
+	* posix/confstr.c (confstr): Correct STRING_LEN values for
+	_CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
+	break.  Reported by Alexandre Julliard <julliard@winehq.com>.
+
 2003-03-04  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/ia64/fpu/libm-test-ulps: Regenerated.