diff options
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/fwprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/fwprintf.c b/libc/stdio/fwprintf.c index a5f09cd2d..6bae0c7a4 100644 --- a/libc/stdio/fwprintf.c +++ b/libc/stdio/fwprintf.c @@ -22,3 +22,4 @@ int fwprintf(FILE * __restrict stream, const wchar_t * __restrict format, ...) return rv; } +libc_hidden_def(fwprintf) |