lang-bootstrap/05/musl-final/arch/i386/bits/pthread.h
2025-04-05 10:55:40 +01:00

6 lines
90 B
C

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