always initialize thread pointer at program start
[musl] / src / thread / pthread_self.c
1 #include "pthread_impl.h"
2
3 pthread_t pthread_self()
4 {
5         return __pthread_self();
6 }