patches/gcc/4.4.7/320-c99-snprintf.patch
author Richard Weinberger <richard@nod.at>
Fri Nov 08 15:18:09 2013 +0100 (2013-11-08)
changeset 3244 8ff20760e93b
parent 2406 95e0c248d257
permissions -rw-r--r--
cc/gcc: Add support for golang

Signed-off-by: Richard Weinberger <richard@nod.at>
Message-Id: <ca374aef944e28a6ec3c.1383921708@azrael>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 diff -durN gcc-4.4.5.orig/libstdc++-v3/include/c_global/cstdio gcc-4.4.5/libstdc++-v3/include/c_global/cstdio
     2 --- gcc-4.4.5.orig/libstdc++-v3/include/c_global/cstdio	2009-04-10 01:23:07.000000000 +0200
     3 +++ gcc-4.4.5/libstdc++-v3/include/c_global/cstdio	2010-10-09 23:11:27.000000000 +0200
     4 @@ -139,7 +139,7 @@
     5  
     6  _GLIBCXX_END_NAMESPACE
     7  
     8 -#if _GLIBCXX_USE_C99
     9 +#if _GLIBCXX_USE_C99 || defined __UCLIBC__
    10  
    11  #undef snprintf
    12  #undef vfscanf