From 50a298ea3b122efbb31e7674a20e6c7dc30ca1dc Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 9 Sep 2018 00:53:11 -0400 Subject: move __stdio_exit_needed to stdio_impl.h this functions is glue for linking dependency logic. --- src/stdio/__towrite.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stdio/__towrite.c') diff --git a/src/stdio/__towrite.c b/src/stdio/__towrite.c index b022cbca..01998677 100644 --- a/src/stdio/__towrite.c +++ b/src/stdio/__towrite.c @@ -17,8 +17,6 @@ int __towrite(FILE *f) return 0; } -void __stdio_exit_needed(void); - void __towrite_needs_stdio_exit() { __stdio_exit_needed(); -- cgit 1.4.1