summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.3.1/302-c99-snprintf.patch
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-08-21 15:44:29 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-08-21 15:44:29 +0000
commit1a29e9f0e4f2b31e0c668b7a4daa6ca436119a10 (patch)
tree2ac29c58a1d67ac30fe3aa3786f14d62d177d9ed /packages/gcc/gcc-4.3.1/302-c99-snprintf.patch
parentdd5d2d7643d4dab3b88d2fdf85df726c37af0982 (diff)
parente295c6669417f74e0127fcce8a80627a1c042ef3 (diff)
merge of '7ba62c1bc5f5f44c638e1e5f4805429a188ca3a6'
and 'a211067fbce0623d7710d98f40f12ce3a2247ecf'
Diffstat (limited to 'packages/gcc/gcc-4.3.1/302-c99-snprintf.patch')
-rw-r--r--packages/gcc/gcc-4.3.1/302-c99-snprintf.patch12
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/gcc/gcc-4.3.1/302-c99-snprintf.patch b/packages/gcc/gcc-4.3.1/302-c99-snprintf.patch
index dfb22d681b..02865865e5 100644
--- a/packages/gcc/gcc-4.3.1/302-c99-snprintf.patch
+++ b/packages/gcc/gcc-4.3.1/302-c99-snprintf.patch
@@ -1,8 +1,10 @@
---- 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;
- }
+Index: gcc-4.3.1/libstdc++-v3/include/c_std/cstdio
+===================================================================
+--- gcc-4.3.1.orig/libstdc++-v3/include/c_std/cstdio 2006-12-07 01:35:57.000000000 -0800
++++ gcc-4.3.1/libstdc++-v3/include/c_std/cstdio 2008-08-16 02:11:37.000000000 -0700
+@@ -144,7 +144,7 @@
+
+ _GLIBCXX_END_NAMESPACE
-#if _GLIBCXX_USE_C99
+#if _GLIBCXX_USE_C99 || defined(__UCLIBC__)