]> sourceware.org Git - glibc.git/commitdiff
2002-08-27 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 27 Aug 2002 22:05:50 +0000 (22:05 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 27 Aug 2002 22:05:50 +0000 (22:05 +0000)
* locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
(libc: GLIBC_2.3): ... here.

locale/Versions

index 4cf2f585ada5dedc261c2798e4974a9b277b83e1..3a69daeee90c44ca64d7bcf2f9dfd310654f5c33 100644 (file)
@@ -50,6 +50,9 @@ libc {
     # the new "experimental" interface is now public
     newlocale; duplocale; freelocale; uselocale;
 
+    # this name is used by libstdc++ as well as libpthread
+    __uselocale;
+
     isalnum_l; isalpha_l; isascii_l; isblank_l; iscntrl_l;
     isdigit_l; isgraph_l; islower_l; isprint_l; ispunct_l;
     isspace_l; isupper_l; iswalnum_l; iswalpha_l; iswblank_l;
@@ -62,13 +65,11 @@ libc {
     wcsncasecmp_l; wcstod_l; wcstof_l; wcstol_l; wcstold_l;
     wcstoll_l; wcstoul_l; wcstoull_l; wcsxfrm_l; wctype_l;
     wctrans_l; nl_langinfo_l;
+
   }
   GLIBC_PRIVATE {
     # global variables
     __collate_element_hash; __collate_element_strings;
     __collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings;
-
-    # this internal name is used by libpthread
-    __uselocale;
   }
 }
This page took 0.038365 seconds and 5 git commands to generate.