add __sigsetjmp ABI-compat alias for sigsetjmp
[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 }