summaryrefslogtreecommitdiff
path: root/locale/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-26 04:48:25 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-26 04:48:25 +0000
commit6c163862c4e1322dacb9e6aa54e79c09a8aada63 (patch)
tree88ae046b0666a408620e70b96a317f21cb600b63 /locale/Versions
parent0b95971d92a07bdc4719f41fbbb23cfc8decb2f7 (diff)
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/Versions3
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;
}
}