remove no-longer-needed unblocking of signals in pthread_create
[musl] / src / thread / __set_thread_area.c
1 #include "pthread_impl.h"
2
3 int __set_thread_area(void *p)
4 {
5         return -1;
6 }