move __stdio_exit_needed to stdio_impl.h
[musl] / src / stdio / __towrite.c
index b022cbc..0199867 100644 (file)
@@ -17,8 +17,6 @@ int __towrite(FILE *f)
        return 0;
 }
 
-void __stdio_exit_needed(void);
-
 void __towrite_needs_stdio_exit()
 {
        __stdio_exit_needed();