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/Versions | |
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/Versions')
-rw-r--r-- | locale/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/Versions b/locale/Versions index e100c6b623..9c3bda4ffd 100644 --- a/locale/Versions +++ b/locale/Versions @@ -44,5 +44,8 @@ libc { # more functions from the experimental locale implementation __wctrans_l; + + # missing function from the experimental locale implementation + __nl_langinfo_l; } } |