aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ea1b06cdf..d7806b7d4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-01-12 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-close.c (_dl_close): Type typo, must be == not = in
+ search for removed searchlist. Reported by Roland McGrath.
+
* io/ftwtest-sh: Add test for case of symlink to nonexisting file
given as start file.