X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2F__towrite.c;h=4c9c66ae79c9e8c5abe8750df8ebfce149b1e061;hb=c99b7daafdbf1e2415bf408e67ca7813e7ddeedf;hp=b022cbcacc39358112561a4b8d69db0c590f5ca0;hpb=52d42b5888c79fd30d7c16c59941f5ef87f745ad;p=musl diff --git a/src/stdio/__towrite.c b/src/stdio/__towrite.c index b022cbca..4c9c66ae 100644 --- a/src/stdio/__towrite.c +++ b/src/stdio/__towrite.c @@ -17,9 +17,7 @@ int __towrite(FILE *f) return 0; } -void __stdio_exit_needed(void); - -void __towrite_needs_stdio_exit() +hidden void __towrite_needs_stdio_exit() { __stdio_exit_needed(); }