diff options
Diffstat (limited to 'libc/stdio/vsnprintf.c')
-rw-r--r-- | libc/stdio/vsnprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/vsnprintf.c b/libc/stdio/vsnprintf.c index f7d2349c1..06636c2f1 100644 --- a/libc/stdio/vsnprintf.c +++ b/libc/stdio/vsnprintf.c @@ -11,7 +11,7 @@ libc_hidden_proto(vsnprintf) #ifdef __USE_OLD_VFPRINTF__ -libc_hidden_proto(vfprintf) +/* libc_hidden_proto(vfprintf) */ #endif #ifdef __UCLIBC_MJN3_ONLY__ |