diff options
Diffstat (limited to 'libc/stdio/setlinebuf.c')
-rw-r--r-- | libc/stdio/setlinebuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/setlinebuf.c b/libc/stdio/setlinebuf.c index 9b4be53eb..564776989 100644 --- a/libc/stdio/setlinebuf.c +++ b/libc/stdio/setlinebuf.c @@ -9,7 +9,7 @@ #ifdef __USE_BSD -libc_hidden_proto(setvbuf) +/* libc_hidden_proto(setvbuf) */ /* A BSD function. The implementation matches the linux man page, * except that we do not bother calling setvbuf if not configured |