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