diff options
author | Roland McGrath <roland@gnu.org> | 2003-10-31 23:35:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-10-31 23:35:42 +0000 |
commit | 158a85bff125c238ba67467f4a2416a9b3a6a824 (patch) | |
tree | 10124f757f24ea2425ce3dba76bbff35743945d6 /localedata/Makefile | |
parent | decc3affca638a2d458a80a83ff364b2e2e2851c (diff) | |
download | glibc-158a85bff125c238ba67467f4a2416a9b3a6a824.tar.gz glibc-158a85bff125c238ba67467f4a2416a9b3a6a824.tar.xz glibc-158a85bff125c238ba67467f4a2416a9b3a6a824.zip |
* locale/lc-ctype.c (_nl_postload_ctype): Update _nl_global_locale's
special members.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index c5e8711ca4..41495c24f6 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -92,7 +92,7 @@ locale_test_suite := tst_iswalnum tst_iswalpha tst_iswcntrl \ tst_wctype tst_wcwidth tests = $(locale_test_suite) tst-digits tst-setlocale bug-iconv-trans \ - tst-leaks tst-mbswcs6 tst-xlocale1 tst-xlocale2 + tst-leaks tst-mbswcs6 tst-xlocale1 tst-xlocale2 bug-usesetlocale ifeq (yes,$(build-shared)) ifneq (no,$(PERL)) tests: $(objpfx)mtrace-tst-leaks |