From f3e29a1a0f56035dcc343afea952dd8c0d4f42d0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 5 Jul 2000 22:02:03 +0000 Subject: Update. 2000-07-05 Ulrich Drepper * locale/loadlocale.c (_nl_unload_locale): Add cast to avoid warning. * locale/programs/ld-collate.c (collate_output): Also write out the collation sequence values and the wide character string for the collation symbol table. * posix/fnmatch.c: Include "../locale/elem-hash.h". * posix/fnmatch_loop.c: Implement collating symbol handling. * posix/tst-fnmatch.input: Add more tests, especially for collating symbol handling. * posix/regex.c: Fix comment. --- posix/fnmatch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/fnmatch.c') diff --git a/posix/fnmatch.c b/posix/fnmatch.c index c4b11080fe..62cfa5fee5 100644 --- a/posix/fnmatch.c +++ b/posix/fnmatch.c @@ -53,6 +53,7 @@ we support a correct implementation only in glibc. */ #ifdef _LIBC # include "../locale/localeinfo.h" +# include "../locale/elem-hash.h" # define CONCAT(a,b) __CONCAT(a,b) #endif -- cgit v1.2.3