OSDN Git Service

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