diff options
Diffstat (limited to 'libc/stdio/_flushlbf.c')
-rw-r--r-- | libc/stdio/_flushlbf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_flushlbf.c b/libc/stdio/_flushlbf.c index 8a551a746..7146e9bc9 100644 --- a/libc/stdio/_flushlbf.c +++ b/libc/stdio/_flushlbf.c @@ -8,7 +8,7 @@ #include "_stdio.h" #include <stdio_ext.h> -libc_hidden_proto(fflush_unlocked) +/* libc_hidden_proto(fflush_unlocked) */ /* Solaris function -- * Flush all line buffered (writing) streams. |