From 6d47488e8616dfc24e58aeb56db520ac7c80421e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 11 Sep 2018 15:13:35 -0400 Subject: hide purely dependency-triggering functions in stdio __toread & __towrite --- src/stdio/__towrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/__towrite.c') 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(); } -- cgit v1.2.1