blob: aed7941d566e40629bdd0e575026b6d6fa65e532 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/libstdc++-v3/include/c_std/std_cstdio.h
+++ b/libstdc++-v3/include/c_std/std_cstdio.h
@@ -143,7 +143,7 @@ namespace std
using ::vsprintf;
}
-#if _GLIBCXX_USE_C99
+#if _GLIBCXX_USE_C99 || defined(__UCLIBC__)
#undef snprintf
#undef vfscanf
|