use a more-correct integer type, and silence 64-bit warnings as a bonus
[musl] / include / bits / pthread.h
1 struct __ptcb {
2         long __jb[7];
3         int __dummy;
4         struct __ptcb *__next;
5         void *__ptrs[3];
6 };