From 27b76ab0671089c47506615a796a261e993896a7 Mon Sep 17 00:00:00 2001 From: James <> Date: Sun, 17 Mar 2013 12:16:37 +0000 Subject: fish --- .../llvm/.svn/text-base/302-c99-snprintf.patch.svn-base | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 toolchain/gcc/patches/llvm/.svn/text-base/302-c99-snprintf.patch.svn-base (limited to 'toolchain/gcc/patches/llvm/.svn/text-base/302-c99-snprintf.patch.svn-base') diff --git a/toolchain/gcc/patches/llvm/.svn/text-base/302-c99-snprintf.patch.svn-base b/toolchain/gcc/patches/llvm/.svn/text-base/302-c99-snprintf.patch.svn-base new file mode 100644 index 0000000..adde594 --- /dev/null +++ b/toolchain/gcc/patches/llvm/.svn/text-base/302-c99-snprintf.patch.svn-base @@ -0,0 +1,11 @@ +--- a/libstdc++-v3/include/c_std/std_cstdio.h ++++ b/libstdc++-v3/include/c_std/std_cstdio.h +@@ -144,7 +144,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std) + + _GLIBCXX_END_NAMESPACE + +-#if _GLIBCXX_USE_C99 ++#if _GLIBCXX_USE_C99 || defined(__UCLIBC__) + + #undef snprintf + #undef vfscanf -- cgit v1.2.3