diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-26 04:48:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-26 04:48:25 +0000 |
commit | 6c163862c4e1322dacb9e6aa54e79c09a8aada63 (patch) | |
tree | 88ae046b0666a408620e70b96a317f21cb600b63 /locale/Makefile | |
parent | 0b95971d92a07bdc4719f41fbbb23cfc8decb2f7 (diff) | |
download | glibc-6c163862c4e1322dacb9e6aa54e79c09a8aada63.tar.gz glibc-6c163862c4e1322dacb9e6aa54e79c09a8aada63.tar.xz glibc-6c163862c4e1322dacb9e6aa54e79c09a8aada63.zip |
Update.
2000-09-25 Ulrich Drepper <drepper@redhat.com> * locale/Makefile (routines): Add nl_langinfo_l. * locale/Versions [libc] (GLIBC_2.2): Add __nl_langinfo_l. * locale/nl_langinfo_l.c: New file.
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile index ce9747bd00..2b278d574f 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 |