summaryrefslogtreecommitdiffstats
path: root/patches/gcc-4.7.2/0202-c99-snprintf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc-4.7.2/0202-c99-snprintf.patch')
-rw-r--r--patches/gcc-4.7.2/0202-c99-snprintf.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/patches/gcc-4.7.2/0202-c99-snprintf.patch b/patches/gcc-4.7.2/0202-c99-snprintf.patch
deleted file mode 100644
index 2df3649..0000000
--- a/patches/gcc-4.7.2/0202-c99-snprintf.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Robert Schwebel <r.schwebel@pengutronix.de>
-Date: Tue, 1 Nov 2011 18:25:07 +0100
-Subject: [PATCH] c99 snprintf
-
-This patch was taken from uclibc.
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
----
- libstdc++-v3/include/c_global/cstdio | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libstdc++-v3/include/c_global/cstdio b/libstdc++-v3/include/c_global/cstdio
-index e648475..a3b0ad1 100644
---- 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