X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2F__towrite.c;h=380ea396a133ca81ba230b2e45186aed5da2775f;hp=ba67e0dfc36b9efb3212da277e96a3b05997eb8b;hb=c8cb6bcdf009e94c12c6e256b8e24a9bc5fdaf05;hpb=a71e0af25544fd2486e57ea51c6d05abdbf44c3e 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();