diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-12 19:34:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-12 19:34:34 +0000 |
commit | 7814856974388a856a575fa45f88d502c8a1ab29 (patch) | |
tree | 7be210e0a4510b891a677995cb0bbf38414ae15e /ChangeLog | |
parent | a0bf6ac732c7cbe42939782d38a9bb1d7403c86a (diff) | |
download | glibc-7814856974388a856a575fa45f88d502c8a1ab29.tar glibc-7814856974388a856a575fa45f88d502c8a1ab29.tar.gz glibc-7814856974388a856a575fa45f88d502c8a1ab29.tar.bz2 glibc-7814856974388a856a575fa45f88d502c8a1ab29.zip |
Update.
* posix/fnmatch.c (internal_fnmatch): Make it compilable outside
glibc by defining internal_function if it isn't already.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 1999-09-12 Ulrich Drepper <drepper@cygnus.com> + * posix/fnmatch.c (internal_fnmatch): Make it compilable outside + glibc by defining internal_function if it isn't already. + * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): If res_search fails don't rely on errno value. (getanswer_r): Set *ERRNOP in error cases. |