mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
642e99ca4f
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> [yann.morin.1998@free.fr: propagate patchset from 4.4.6] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
13 lines
438 B
Diff
13 lines
438 B
Diff
diff -durN gcc-4.4.5.orig/libstdc++-v3/include/c_global/cstdio gcc-4.4.5/libstdc++-v3/include/c_global/cstdio
|
|
--- gcc-4.4.5.orig/libstdc++-v3/include/c_global/cstdio 2009-04-10 01:23:07.000000000 +0200
|
|
+++ gcc-4.4.5/libstdc++-v3/include/c_global/cstdio 2010-10-09 23:11:27.000000000 +0200
|
|
@@ -139,7 +139,7 @@
|
|
|
|
_GLIBCXX_END_NAMESPACE
|
|
|
|
-#if _GLIBCXX_USE_C99
|
|
+#if _GLIBCXX_USE_C99 || defined __UCLIBC__
|
|
|
|
#undef snprintf
|
|
#undef vfscanf
|