diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-09-11 12:13:30 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-09-11 12:13:30 +0000 |
commit | e722c5e1b3e41efed11366bd069e23cd1aa660f6 (patch) | |
tree | 9ba14bb1de17aaea1cacc35ee657938c5eafa837 /sources/gcc/3.4.1/200-uclibc-locale.patch | |
parent | ce1dd7b540443b9b487d082ae34989a8b5a2c032 (diff) |
Fix type noticed by Peter Mazinger.
Diffstat (limited to 'sources/gcc/3.4.1/200-uclibc-locale.patch')
-rw-r--r-- | sources/gcc/3.4.1/200-uclibc-locale.patch | 2 |
1 files changed, 1 insertions, 1 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 |