musl/arch/i386/bits/pthread.h
2011-02-15 00:33:23 -05:00

7 lines
90 B
C

struct __ptcb {
long __jb[7];
int __dummy;
struct __ptcb *__next;
void *__ptrs[3];
};