about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-10 04:18:14 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-10 04:18:14 +0000
commit19c589d904cab62cafcc7d7392462721d690c8cd (patch)
tree58f615aac5512a01677c1ee95e66b791a17e8e0a /ChangeLog
parent61c6385ddbfec9c3b4ac49d992c68ea4eba533f7 (diff)
downloadglibc-19c589d904cab62cafcc7d7392462721d690c8cd.tar.gz
glibc-19c589d904cab62cafcc7d7392462721d690c8cd.tar.xz
glibc-19c589d904cab62cafcc7d7392462721d690c8cd.zip
[BZ #285]
Update.
	* malloc/memusage.c (me): Use creat64, not creat.
	* malloc/memusagestat.c: Fix handling of very large sizes.  [BZ #285]
	Patch by Guy Maor <guymaor@yahoo.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfae5f6ae9..0f4bcc6ff5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
 
+	* malloc/memusage.c (me): Use creat64, not creat.
+	* malloc/memusagestat.c: Fix handling of very large sizes.  [BZ #285]
+	Patch by Guy Maor <guymaor@yahoo.com>.
+
 	* elf/ldconfig.c (options): Mark parameter option names as
 	translatable.  [BZ #253]  Patch by Jakub Bogusz <qboosh@pld-linux.org>.