move stage3_func typedef out of shared internal dynlink.h header
[musl] / ldso / dynlink.c
index 7810356..5917681 100644 (file)
@@ -107,6 +107,8 @@ struct symdef {
        struct dso *dso;
 };
 
+typedef void (*stage3_func)(size_t *);
+
 static struct builtin_tls {
        char c;
        struct pthread pt;