diff options
Diffstat (limited to 'libc/stdio/fputwc.c')
-rw-r--r-- | libc/stdio/fputwc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/fputwc.c b/libc/stdio/fputwc.c index 240c1e9c4..6c7d6b263 100644 --- a/libc/stdio/fputwc.c +++ b/libc/stdio/fputwc.c @@ -7,7 +7,7 @@ #include "_stdio.h" -libc_hidden_proto(fputwc_unlocked) +/* libc_hidden_proto(fputwc_unlocked) */ #ifdef __DO_UNLOCKED |