2010-08-01 12:39:19 +00:00
|
|
|
--- a/libstdc++-v3/include/c_global/cstdio
|
|
|
|
+++ b/libstdc++-v3/include/c_global/cstdio
|
2011-07-01 11:43:15 +00:00
|
|
|
@@ -137,7 +137,7 @@ namespace std
|
|
|
|
using ::vsprintf;
|
|
|
|
} // namespace
|
2010-08-01 12:39:19 +00:00
|
|
|
|
|
|
|
-#if _GLIBCXX_USE_C99
|
|
|
|
+#if _GLIBCXX_USE_C99 || defined __UCLIBC__
|
|
|
|
|
|
|
|
#undef snprintf
|
|
|
|
#undef vfscanf
|