summaryrefslogtreecommitdiffstats
path: root/patches/gcc-4.3.2/generic/uclibc/302-c99-snprintf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc-4.3.2/generic/uclibc/302-c99-snprintf.patch')
-rw-r--r--patches/gcc-4.3.2/generic/uclibc/302-c99-snprintf.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/patches/gcc-4.3.2/generic/uclibc/302-c99-snprintf.patch b/patches/gcc-4.3.2/generic/uclibc/302-c99-snprintf.patch
deleted file mode 100644
index 4ead184..0000000
--- a/patches/gcc-4.3.2/generic/uclibc/302-c99-snprintf.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- libstdc++-v3/include/c_global/cstdio | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: gcc-4.3.1/libstdc++-v3/include/c_global/cstdio
-===================================================================
---- gcc-4.3.1.orig/libstdc++-v3/include/c_global/cstdio
-+++ gcc-4.3.1/libstdc++-v3/include/c_global/cstdio
-@@ -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