From 8e26a591d059382cd28b96e457ede2fe07c550c7 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 2 Jul 2012 22:48:56 -0400 Subject: fix missing function declarations for __stdio_exit --- src/stdio/__towrite.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stdio/__towrite.c') 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(); -- cgit v1.2.1