move __stdio_exit_needed to stdio_impl.h
[musl] / src / stdio / __toread.c
index 35f67b8..8f9f27b 100644 (file)
@@ -13,8 +13,6 @@ int __toread(FILE *f)
        return (f->flags & F_EOF) ? EOF : 0;
 }
 
-void __stdio_exit_needed(void);
-
 void __toread_needs_stdio_exit()
 {
        __stdio_exit_needed();