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 e4d10659f..4a4d8e480 100644
--- a/libc/stdio/fputs.c
+++ b/libc/stdio/fputs.c
@@ -14,7 +14,7 @@
#ifdef __DO_UNLOCKED
-int __fputs_unlocked(register const char * __restrict s,
+int attribute_hidden __fputs_unlocked(register const char * __restrict s,
FILE * __restrict stream)
{
size_t n = strlen(s);