aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.7-linaro/.svn/text-base/302-c99-snprintf.patch.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/patches/4.7-linaro/.svn/text-base/302-c99-snprintf.patch.svn-base')
-rw-r--r--toolchain/gcc/patches/4.7-linaro/.svn/text-base/302-c99-snprintf.patch.svn-base11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.7-linaro/.svn/text-base/302-c99-snprintf.patch.svn-base b/toolchain/gcc/patches/4.7-linaro/.svn/text-base/302-c99-snprintf.patch.svn-base
new file mode 100644
index 0000000..fb382b9
--- /dev/null
+++ b/toolchain/gcc/patches/4.7-linaro/.svn/text-base/302-c99-snprintf.patch.svn-base
@@ -0,0 +1,11 @@
+--- a/libstdc++-v3/include/c_global/cstdio
++++ b/libstdc++-v3/include/c_global/cstdio
+@@ -140,7 +140,7 @@ namespace std
+ using ::vsprintf;
+ } // namespace
+
+-#if _GLIBCXX_USE_C99
++#if _GLIBCXX_USE_C99 || defined __UCLIBC__
+
+ #undef snprintf
+ #undef vfscanf