fix double-processing of DT_RELR relocations in ldso relocating itself
[musl] / src / stdio / __towrite.c
index 0199867..4c9c66a 100644 (file)
@@ -17,7 +17,7 @@ int __towrite(FILE *f)
        return 0;
 }
 
-void __towrite_needs_stdio_exit()
+hidden void __towrite_needs_stdio_exit()
 {
        __stdio_exit_needed();
 }