diff options
Diffstat (limited to 'libc/stdio/vwprintf.c')
-rw-r--r-- | libc/stdio/vwprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/vwprintf.c b/libc/stdio/vwprintf.c index 1c32887a4..4e666cb54 100644 --- a/libc/stdio/vwprintf.c +++ b/libc/stdio/vwprintf.c @@ -9,7 +9,7 @@ #include <stdarg.h> #include <wchar.h> -libc_hidden_proto(vfwprintf) +/* libc_hidden_proto(vfwprintf) */ int vwprintf(const wchar_t * __restrict format, va_list arg) { |