remove leftover declarations for removed functions from pthread_impl.h
[oweals/musl.git] / src / internal / version.c
1 #include "version.h"
2 #include "libc.h"
3
4 static const char version[] = VERSION;
5
6 hidden const char *__libc_get_version()
7 {
8         return version;
9 }