X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fgcc%2Fpatches%2F4.2%2F302-c99-snprintf.patch;fp=toolchain%2Fgcc%2Fpatches%2F4.2%2F302-c99-snprintf.patch;h=0000000000000000000000000000000000000000;hb=f26af3d30d313564b07fd3a18dbafc10a7e0540f;hp=dfb22d681bbc8ffb7a90e4bc779d84d4c8c37d94;hpb=1ffb51d7e122376480fe80ae14286765d106ff70;p=openwrt-10.03%2F.git diff --git a/toolchain/gcc/patches/4.2/302-c99-snprintf.patch b/toolchain/gcc/patches/4.2/302-c99-snprintf.patch deleted file mode 100644 index dfb22d681..000000000 --- a/toolchain/gcc/patches/4.2/302-c99-snprintf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc-4.0.0/libstdc++-v3/include/c_std/std_cstdio.h-orig 2005-04-29 00:08:41.000000000 -0500 -+++ gcc-4.0.0/libstdc++-v3/include/c_std/std_cstdio.h 2005-04-29 00:08:45.000000000 -0500 -@@ -142,7 +142,7 @@ - using ::vsprintf; - } - --#if _GLIBCXX_USE_C99 -+#if _GLIBCXX_USE_C99 || defined(__UCLIBC__) - - #undef snprintf - #undef vfscanf