patches/gcc/4.4.4/320-c99-snprintf.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 12 23:47:24 2010 +0200 (2010-10-12)
branch1.8
changeset 2151 ee9ce2595560
parent 1948 d341be24dc68
permissions -rw-r--r--
cc/gcc: fix 4.4.4 patchset

Most patches contained two spurious first lines.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from ada9128c98b89569b54aefe9b7a4b0bd2bd20023)
     1 diff -durN gcc-4.4.4.orig/libstdc++-v3/include/c_global/cstdio gcc-4.4.4/libstdc++-v3/include/c_global/cstdio
     2 --- gcc-4.4.4.orig/libstdc++-v3/include/c_global/cstdio	2009-04-10 01:23:07.000000000 +0200
     3 +++ gcc-4.4.4/libstdc++-v3/include/c_global/cstdio	2010-05-16 19:37:06.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