summaryrefslogtreecommitdiff
path: root/src/stdio/__toread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/__toread.c')
-rw-r--r--src/stdio/__toread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/__toread.c b/src/stdio/__toread.c
index 8f9f27bd..309ee6e8 100644
--- a/src/stdio/__toread.c
+++ b/src/stdio/__toread.c
@@ -13,7 +13,7 @@ int __toread(FILE *f)
return (f->flags & F_EOF) ? EOF : 0;
}
-void __toread_needs_stdio_exit()
+hidden void __toread_needs_stdio_exit()
{
__stdio_exit_needed();
}