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/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'locale/Versions') 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; } } -- cgit 1.4.1