fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5
[musl] / src / internal / version.c
1 #include "version.h"
2 #include "libc.h"
3
4 const char __libc_version[] = VERSION;