302-c99-snprintf.patch 461 B

12345678910111213
  1. Index: gcc-4.8.0/libstdc++-v3/include/c_global/cstdio
  2. ===================================================================
  3. --- gcc-4.8.0.orig/libstdc++-v3/include/c_global/cstdio 2013-02-03 18:54:05.000000000 +0100
  4. +++ gcc-4.8.0/libstdc++-v3/include/c_global/cstdio 2013-03-23 17:39:32.000000000 +0100
  5. @@ -138,7 +138,7 @@
  6. using ::vsprintf;
  7. } // namespace
  8. -#if _GLIBCXX_USE_C99
  9. +#if _GLIBCXX_USE_C99 || defined __UCLIBC__
  10. #undef snprintf
  11. #undef vfscanf