use syscall_arg_t and __scc macro for arguments to __alt_socketcall
[musl] / src / internal / version.c
index 16554ba..08bbf5b 100644 (file)
@@ -1,12 +1,4 @@
-#ifdef SHARED
-
 #include "version.h"
+#include "libc.h"
 
-static const char version[] = VERSION;
-
-const char *__libc_get_version()
-{
-       return version;
-}
-
-#endif
+const char __libc_version[] = VERSION;