lang-bootstrap/05/musl-0.6.0/arch/x86_64/bits/pthread.h

7 lines
90 B
C
Raw Normal View History

2022-02-20 13:18:21 -08:00
struct __ptcb {
long __jb[7];
int __dummy;
struct __ptcb *__next;
void *__ptrs[3];
};