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 2f2dddc10..954970867 100644 --- a/libc/stdio/fwprintf.c +++ b/libc/stdio/fwprintf.c @@ -21,4 +21,3 @@ int fwprintf(FILE * __restrict stream, const wchar_t * __restrict format, ...) return rv; } -libc_hidden_def(fwprintf) |