From 6c163862c4e1322dacb9e6aa54e79c09a8aada63 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 26 Sep 2000 04:48:25 +0000 Subject: Update. 2000-09-25 Ulrich Drepper * locale/Makefile (routines): Add nl_langinfo_l. * locale/Versions [libc] (GLIBC_2.2): Add __nl_langinfo_l. * locale/nl_langinfo_l.c: New file. --- locale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale/Makefile') diff --git a/locale/Makefile b/locale/Makefile index ce9747b..2b278d5 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -35,7 +35,7 @@ distribute = localeinfo.h categories.def iso-639.def iso-3166.def \ locfile.h charmap.h repertoire.h localedef.h \ 3level.h) routines = setlocale findlocale loadlocale localeconv nl_langinfo \ - mb_cur_max codeset_name \ + nl_langinfo_l mb_cur_max codeset_name \ newlocale duplocale freelocale categories = ctype messages monetary numeric time paper name \ address telephone measurement identification collate -- cgit v1.1