about summary refs log tree commit diff
path: root/locale/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'locale/Versions')
-rw-r--r--locale/Versions7
1 files changed, 4 insertions, 3 deletions
diff --git a/locale/Versions b/locale/Versions
index bccb3cbb9d..6e3b166905 100644
--- a/locale/Versions
+++ b/locale/Versions
@@ -11,9 +11,6 @@ libc {
     __collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings;
     _libc_intl_domainname; _nl_current_LC_COLLATE; _nl_current_LC_CTYPE;
 
-    # functions from the experimental locale implementation
-    __*_l; __newlocale; __duplocale; __freelocale;
-
     # functions used in inline functions or macros
     __ctype_get_mb_cur_max;
 
@@ -26,4 +23,8 @@ libc {
     # s*
     setlocale;
   }
+  GLIBC_2.1 {
+    # functions from the experimental locale implementation
+    __*_l; __newlocale; __duplocale; __freelocale;
+  }
 }