diff options
Diffstat (limited to 'libc/stdio/putw.c')
-rw-r--r-- | libc/stdio/putw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/putw.c b/libc/stdio/putw.c index 469e44aea..5074117b6 100644 --- a/libc/stdio/putw.c +++ b/libc/stdio/putw.c @@ -7,7 +7,7 @@ #include "_stdio.h" -libc_hidden_proto(fwrite_unlocked) +/* libc_hidden_proto(fwrite_unlocked) */ /* SUSv2 Legacy function -- need not be reentrant. */ |