patches/gcc/4.4.3/320-c99-snprintf.patch
changeset 1752 2a0656d9c905
parent 1611 e2516bba8fe5
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.4.3/320-c99-snprintf.patch	Sun Jan 24 22:53:51 2010 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +diff -durN gcc-4.4.0.orig/libstdc++-v3/include/c_global/cstdio gcc-4.4.0/libstdc++-v3/include/c_global/cstdio
     1.5 +--- gcc-4.4.0.orig/libstdc++-v3/include/c_global/cstdio	2009-04-10 01:23:07.000000000 +0200
     1.6 ++++ gcc-4.4.0/libstdc++-v3/include/c_global/cstdio	2009-05-27 21:38:58.000000000 +0200
     1.7 +@@ -139,7 +139,7 @@
     1.8 + 
     1.9 + _GLIBCXX_END_NAMESPACE
    1.10 + 
    1.11 +-#if _GLIBCXX_USE_C99
    1.12 ++#if _GLIBCXX_USE_C99 || defined __UCLIBC__
    1.13 + 
    1.14 + #undef snprintf
    1.15 + #undef vfscanf