X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2F__towrite.c;h=380ea396a133ca81ba230b2e45186aed5da2775f;hb=b0302863a36ef6ad24bd25e3ef4df74b9a56980d;hp=ba67e0dfc36b9efb3212da277e96a3b05997eb8b;hpb=a71e0af25544fd2486e57ea51c6d05abdbf44c3e;p=musl diff --git a/src/stdio/__towrite.c b/src/stdio/__towrite.c index ba67e0df..380ea396 100644 --- a/src/stdio/__towrite.c +++ b/src/stdio/__towrite.c @@ -19,6 +19,8 @@ int __towrite(FILE *f) const int __towrite_used = 1; +void __stdio_exit(void); + void __flush_on_exit() { __stdio_exit();