diff options
Diffstat (limited to 'libc/stdio/fwprintf.c')
-rw-r--r-- | libc/stdio/fwprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/fwprintf.c b/libc/stdio/fwprintf.c index 6bae0c7a4..2f2dddc10 100644 --- a/libc/stdio/fwprintf.c +++ b/libc/stdio/fwprintf.c @@ -9,7 +9,6 @@ #include <stdarg.h> #include <wchar.h> -/* libc_hidden_proto(vfwprintf) */ int fwprintf(FILE * __restrict stream, const wchar_t * __restrict format, ...) { |