fix public clone function to be safe and usable by applications
[musl] / src / internal / version.c
index 0d6e1f8..08bbf5b 100644 (file)
@@ -1,9 +1,4 @@
 #include "version.h"
 #include "libc.h"
 
-static const char version[] = VERSION;
-
-hidden const char *__libc_get_version()
-{
-       return version;
-}
+const char __libc_version[] = VERSION;