summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.2.0/302-c99-snprintf.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-31 22:11:16 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-31 22:11:16 +0000
commite6c6a57d912c8785fcd803303d0482393e4d443f (patch)
tree90fb5e9512e487cd9674e5e407f79d7cccfbabbf /packages/gcc/gcc-4.2.0/302-c99-snprintf.patch
parent3e4ebb38bb4924d6602187e503d8cabac459a856 (diff)
parent1482d1ba526456ff291fdfdeed6be4dddb5b3c61 (diff)
merge of '2e1c605ca0c29e297c3422f1de81c581a6a42ed0'
and '78f88c31615c9cce59031db7596657c2afd18872'
Diffstat (limited to 'packages/gcc/gcc-4.2.0/302-c99-snprintf.patch')
-rw-r--r--packages/gcc/gcc-4.2.0/302-c99-snprintf.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.2.0/302-c99-snprintf.patch b/packages/gcc/gcc-4.2.0/302-c99-snprintf.patch
new file mode 100644
index 0000000000..dfb22d681b
--- /dev/null
+++ b/packages/gcc/gcc-4.2.0/302-c99-snprintf.patch
@@ -0,0 +1,11 @@
+--- 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