about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-03 19:08:31 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-03 19:08:31 +0000
commitca97fb53255da0a01195a1b43c0d9138a4b44f49 (patch)
tree8150833a374cefd7d618d72969176e66393e9736 /ChangeLog
parent1739d268365514afbebc6b08d31173f4df7ba8fb (diff)
downloadglibc-ca97fb53255da0a01195a1b43c0d9138a4b44f49.tar.gz
glibc-ca97fb53255da0a01195a1b43c0d9138a4b44f49.tar.xz
glibc-ca97fb53255da0a01195a1b43c0d9138a4b44f49.zip
Update.
	* elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
	byte filebuf size.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd2c88f9c7..6945433eaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
+	byte filebuf size.
+
 	* libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
 	if ccs parameter isn't valid.  Reported by Andreas Schwab.