about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-11-07 07:44:06 +0000
committerUlrich Drepper <drepper@redhat.com>2001-11-07 07:44:06 +0000
commitfb0356b9d6471b69e0160edacb13845762b2c510 (patch)
treed9b951afc41106624b14d780ab3f20423c9edef7 /ChangeLog
parentbd3916e8fb78089adb44cdc7ec8b737e11a9a0d6 (diff)
downloadglibc-fb0356b9d6471b69e0160edacb13845762b2c510.tar.gz
glibc-fb0356b9d6471b69e0160edacb13845762b2c510.tar.xz
glibc-fb0356b9d6471b69e0160edacb13845762b2c510.zip
Update.
2001-11-06  Ulrich Drepper  <drepper@redhat.com>

	* elf/dl-load.c (_dl_map_object_from_fd): Don't call
	_dl_signal_error directly, always use lose.  Set fd to -1 after
	file is closed.
	(lose): Don't call close if fd == -1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59e422a0ca..916b8156cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-11-06  Ulrich Drepper  <drepper@redhat.com>
+
+	* elf/dl-load.c (_dl_map_object_from_fd): Don't call
+	_dl_signal_error directly, always use lose.  Set fd to -1 after
+	file is closed.
+	(lose): Don't call close if fd == -1.
+
 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
 
 	* manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.