diff options
Diffstat (limited to 'sources/gcc/3.4.2/200-uclibc-locale.patch')
-rw-r--r-- | sources/gcc/3.4.2/200-uclibc-locale.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |