about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-06 18:27:08 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-06 18:27:08 +0000
commite2e390fad8271da33a51075cc2bf27c9fe78861b (patch)
tree7d0ec12d01f224d09f0950e148231328866379c3 /ChangeLog
parentc3ab42a82de7506c17749e78a171ce07ced95dd5 (diff)
downloadglibc-e2e390fad8271da33a51075cc2bf27c9fe78861b.tar.gz
glibc-e2e390fad8271da33a51075cc2bf27c9fe78861b.tar.xz
glibc-e2e390fad8271da33a51075cc2bf27c9fe78861b.zip
* malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
	(update_data): Fix handling of wrapping back
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fafcde5e4b..8f415a8300 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
 
-	* malloc/memusage.c (update_data): Fix handling of wrapping back
+	* malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
+	(update_data): Fix handling of wrapping back
 	to the beginning of the buffer.
 
 	[BZ #9823]