about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-09-12 19:34:34 +0000
committerUlrich Drepper <drepper@redhat.com>1999-09-12 19:34:34 +0000
commit7814856974388a856a575fa45f88d502c8a1ab29 (patch)
tree7be210e0a4510b891a677995cb0bbf38414ae15e /ChangeLog
parenta0bf6ac732c7cbe42939782d38a9bb1d7403c86a (diff)
downloadglibc-7814856974388a856a575fa45f88d502c8a1ab29.tar.gz
glibc-7814856974388a856a575fa45f88d502c8a1ab29.tar.xz
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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55e64af0b1..c4f86938db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.