diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-13 02:10:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-13 02:10:09 +0000 |
commit | 1376cd8c7ba7bd48a2b3c224b2c1c4e76db15d2d (patch) | |
tree | 09eff2772e123c9f541a58ccb9037d67521e9dfd /ChangeLog | |
parent | 40212ce0c92b25d5b3470d09ad5cb3f625c6a4c2 (diff) | |
download | glibc-1376cd8c7ba7bd48a2b3c224b2c1c4e76db15d2d.tar glibc-1376cd8c7ba7bd48a2b3c224b2c1c4e76db15d2d.tar.gz glibc-1376cd8c7ba7bd48a2b3c224b2c1c4e76db15d2d.tar.bz2 glibc-1376cd8c7ba7bd48a2b3c224b2c1c4e76db15d2d.zip |
Update.
* elf/dl-close.c (_dl_close): Type typo, must be == not = in
search for removed searchlist. Reported by Roland McGrath.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |