summaryrefslogtreecommitdiff
path: root/libc/stdio/fflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/fflush.c')
-rw-r--r--libc/stdio/fflush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/fflush.c b/libc/stdio/fflush.c
index e33a0065a..a03c311e0 100644
--- a/libc/stdio/fflush.c
+++ b/libc/stdio/fflush.c
@@ -137,6 +137,7 @@ libc_hidden_def(fflush)
#elif defined __UCLIBC_HAS_THREADS__
+libc_hidden_proto(fflush)
int fflush(register FILE *stream)
{
int retval;
@@ -159,7 +160,6 @@ int fflush(register FILE *stream)
return retval;
}
-libc_hidden_proto(fflush)
libc_hidden_def(fflush)
#endif