diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-18 15:35:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-18 15:35:09 +0000 |
commit | 74f7e7c0bd84e02763d0abd213990e5bf2466e47 (patch) | |
tree | 322b41e5cef5419c76baa27e451c1b7236ac984b /ChangeLog | |
parent | 67479a700e3bd2e52980c00ac35c888589ac0a36 (diff) | |
download | glibc-74f7e7c0bd84e02763d0abd213990e5bf2466e47.zip glibc-74f7e7c0bd84e02763d0abd213990e5bf2466e47.tar.gz glibc-74f7e7c0bd84e02763d0abd213990e5bf2466e47.tar.bz2 |
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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |