From: Robert Schwebel Date: Tue, 1 Nov 2011 18:25:07 +0100 Subject: [PATCH] c99 snprintf This patch was taken from uclibc. Signed-off-by: Robert Schwebel --- 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 fcbec0c..adb2bfb 100644 --- a/libstdc++-v3/include/c_global/cstdio +++ b/libstdc++-v3/include/c_global/cstdio @@ -138,7 +138,7 @@ namespace std using ::vsprintf; } // namespace -#if _GLIBCXX_USE_C99 +#if _GLIBCXX_USE_C99 || defined __UCLIBC__ #undef snprintf #undef vfscanf