summaryrefslogtreecommitdiff
path: root/src/stdio/__towrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/__towrite.c')
-rw-r--r--src/stdio/__towrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/__towrite.c b/src/stdio/__towrite.c
index 01998677..4c9c66ae 100644
--- a/src/stdio/__towrite.c
+++ b/src/stdio/__towrite.c
@@ -17,7 +17,7 @@ int __towrite(FILE *f)
return 0;
}
-void __towrite_needs_stdio_exit()
+hidden void __towrite_needs_stdio_exit()
{
__stdio_exit_needed();
}