summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Novoa III2004-09-11 14:13:30 +0200
committerManuel Novoa III2004-09-11 14:13:30 +0200
commite722c5e1b3e41efed11366bd069e23cd1aa660f6 (patch)
tree9ba14bb1de17aaea1cacc35ee657938c5eafa837
parentIntegrate gcc 3.4.2 and add patches from both openembedded (6??-*) (diff)
downloadbuildroot-e722c5e1b3e41efed11366bd069e23cd1aa660f6.tar.gz
buildroot-e722c5e1b3e41efed11366bd069e23cd1aa660f6.tar.xz
buildroot-e722c5e1b3e41efed11366bd069e23cd1aa660f6.zip
Fix type noticed by Peter Mazinger.
-rw-r--r--sources/gcc/3.4.1/200-uclibc-locale.patch2
-rw-r--r--sources/gcc/3.4.2/200-uclibc-locale.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/sources/gcc/3.4.1/200-uclibc-locale.patch b/sources/gcc/3.4.1/200-uclibc-locale.patch
index 0a041af60..51cd7fc2e 100644
--- a/sources/gcc/3.4.1/200-uclibc-locale.patch
+++ b/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
diff --git a/sources/gcc/3.4.2/200-uclibc-locale.patch b/sources/gcc/3.4.2/200-uclibc-locale.patch
index 444678308..3fc4900b0 100644
--- a/sources/gcc/3.4.2/200-uclibc-locale.patch
+++ b/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