musl/arch/i386/bits/pthread.h

7 lines
90 B
C
Raw Normal View History

2011-02-12 05:22:29 +00:00
struct __ptcb {
long __jb[7];
int __dummy;
struct __ptcb *__next;
void *__ptrs[3];
};