aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-18 15:35:09 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-18 15:35:09 +0000
commit74f7e7c0bd84e02763d0abd213990e5bf2466e47 (patch)
tree322b41e5cef5419c76baa27e451c1b7236ac984b /ChangeLog
parent67479a700e3bd2e52980c00ac35c888589ac0a36 (diff)
downloadglibc-74f7e7c0bd84e02763d0abd213990e5bf2466e47.tar
glibc-74f7e7c0bd84e02763d0abd213990e5bf2466e47.tar.gz
glibc-74f7e7c0bd84e02763d0abd213990e5bf2466e47.tar.bz2
glibc-74f7e7c0bd84e02763d0abd213990e5bf2466e47.zip
Update.
* sysdeps/posix/getcwd.c (__getcwd): Don't stop processing directory entries when a lstat call fails. Patch by Colin Plumb <colin@nyx.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eda87f4f80..d160409544 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1998-10-18 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing
+ directory entries when a lstat call fails.
+ Patch by Colin Plumb <colin@nyx.net>.
+
* resolv/nss_dns/dns-host.c: Add missing errnop parameter to the
NSS functions.
* resolv/nss_dns/dns-network.c: Likewise.