39 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2) 
   41 extern "C" __typeof(nl_langinfo_l) __nl_langinfo_l;
 
   42 extern "C" __typeof(strcoll_l) __strcoll_l;
 
   43 extern "C" __typeof(strftime_l) __strftime_l;
 
   44 extern "C" __typeof(strtod_l) __strtod_l;
 
   45 extern "C" __typeof(strtof_l) __strtof_l;
 
   46 extern "C" __typeof(strtold_l) __strtold_l;
 
   47 extern "C" __typeof(strxfrm_l) __strxfrm_l;
 
   48 extern "C" __typeof(newlocale) __newlocale;
 
   49 extern "C" __typeof(freelocale) __freelocale;
 
   50 extern "C" __typeof(duplocale) __duplocale;
 
   51 extern "C" __typeof(uselocale) __uselocale;
 
   53 #ifdef _GLIBCXX_USE_WCHAR_T 
   54 extern "C" __typeof(iswctype_l) __iswctype_l;
 
   55 extern "C" __typeof(towlower_l) __towlower_l;
 
   56 extern "C" __typeof(towupper_l) __towupper_l;
 
   57 extern "C" __typeof(wcscoll_l) __wcscoll_l;
 
   58 extern "C" __typeof(wcsftime_l) __wcsftime_l;
 
   59 extern "C" __typeof(wcsxfrm_l) __wcsxfrm_l;
 
   60 extern "C" __typeof(wctype_l) __wctype_l;
 
   63 #endif // GLIBC 2.3 and later