mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
1bb327e7c9
Most patches contained two spurious first lines. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
13 lines
438 B
Diff
13 lines
438 B
Diff
diff -durN gcc-4.4.4.orig/libstdc++-v3/include/c_global/cstdio gcc-4.4.4/libstdc++-v3/include/c_global/cstdio
|
|
--- gcc-4.4.4.orig/libstdc++-v3/include/c_global/cstdio 2009-04-10 01:23:07.000000000 +0200
|
|
+++ gcc-4.4.4/libstdc++-v3/include/c_global/cstdio 2010-05-16 19:37:06.000000000 +0200
|
|
@@ -139,7 +139,7 @@
|
|
|
|
_GLIBCXX_END_NAMESPACE
|
|
|
|
-#if _GLIBCXX_USE_C99
|
|
+#if _GLIBCXX_USE_C99 || defined __UCLIBC__
|
|
|
|
#undef snprintf
|
|
#undef vfscanf
|