Explorar o código

Fix type noticed by Peter Mazinger.

Manuel Novoa III %!s(int64=21) %!d(string=hai) anos
pai
achega
e722c5e1b3

+ 1 - 1
sources/gcc/3.4.1/200-uclibc-locale.patch

@@ -3220,7 +3220,7 @@ diff -urN gcc-3.4.1-dist/libstdc++-v3/include/c_compatibility/wchar.h gcc-3.4.1/
  using std::wmemcpy;
  using std::wmemmove;
  using std::wmemset;
-+#if __GLIBCXX_HAVE_WCSFTIME
++#if _GLIBCXX_HAVE_WCSFTIME
  using std::wcsftime;
 +#endif
  

+ 1 - 1
sources/gcc/3.4.2/200-uclibc-locale.patch

@@ -3225,7 +3225,7 @@ diff -urN gcc-3.4.2-dist/libstdc++-v3/include/c_compatibility/wchar.h gcc-3.4.2/
  using std::wmemcpy;
  using std::wmemmove;
  using std::wmemset;
-+#if __GLIBCXX_HAVE_WCSFTIME
++#if _GLIBCXX_HAVE_WCSFTIME
  using std::wcsftime;
 +#endif