fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / __towrite.c
index ba67e0dfc36b9efb3212da277e96a3b05997eb8b..380ea396a133ca81ba230b2e45186aed5da2775f 100644 (file)
@@ -19,6 +19,8 @@ int __towrite(FILE *f)
 
 const int __towrite_used = 1;
 
+void __stdio_exit(void);
+
 void __flush_on_exit()
 {
        __stdio_exit();