make socketcall types common as they are same for all architectures
[oweals/musl.git] / src / thread / pthread_self.c
1 #include "pthread_impl.h"
2
3 pthread_t pthread_self()
4 {
5         return __pthread_self();
6 }