summaryrefslogtreecommitdiff
path: root/libc/stdio/fputs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/fputs.c')
-rw-r--r--libc/stdio/fputs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/fputs.c b/libc/stdio/fputs.c
index b9dabee30..a2d9c22c3 100644
--- a/libc/stdio/fputs.c
+++ b/libc/stdio/fputs.c
@@ -36,6 +36,7 @@ libc_hidden_def(fputs)
#elif defined __UCLIBC_HAS_THREADS__
+libc_hidden_proto(fputs)
int fputs(const char * __restrict s, register FILE * __restrict stream)
{
int retval;
@@ -49,7 +50,6 @@ int fputs(const char * __restrict s, register FILE * __restrict stream)
return retval;
}
-libc_hidden_proto(fputs)
libc_hidden_def(fputs)
#endif