patches/gcc/4.2.4/180-c99-snprintf.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Sep 11 12:42:22 2010 +0200 (2010-09-11)
changeset 2111 5f4dbeb370e1
parent 687 b2b6b1d46aa1
permissions -rw-r--r--
arch/arm: move config-options to second-part

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@687
     1
diff -durN gcc-4.2.1.orig/libstdc++-v3/include/c_std/std_cstdio.h gcc-4.2.1/libstdc++-v3/include/c_std/std_cstdio.h
yann@687
     2
--- gcc-4.2.1.orig/libstdc++-v3/include/c_std/std_cstdio.h	2006-12-07 10:33:51.000000000 +0100
yann@687
     3
+++ gcc-4.2.1/libstdc++-v3/include/c_std/std_cstdio.h	2007-08-03 20:33:24.000000000 +0200
yann@687
     4
@@ -144,7 +144,7 @@
yann@687
     5
 
yann@687
     6
 _GLIBCXX_END_NAMESPACE
yann@687
     7
 
yann@687
     8
-#if _GLIBCXX_USE_C99
yann@687
     9
+#if _GLIBCXX_USE_C99 || defined(__UCLIBC__)
yann@687
    10
 
yann@687
    11
 #undef snprintf
yann@687
    12
 #undef vfscanf