add previously-missing ios646.h
[musl] / include / bits / pthread.h
1 struct __ptcb {
2         long __jb[7];
3         int __dummy;
4         struct __ptcb *__next;
5         void *__ptrs[3];
6 };