mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 15:11:55 +00:00
initial check-in, version 0.5.0
This commit is contained in:
6
include/bits/pthread.h
Normal file
6
include/bits/pthread.h
Normal file
@ -0,0 +1,6 @@
|
||||
struct __ptcb {
|
||||
long __jb[7];
|
||||
int __dummy;
|
||||
struct __ptcb *__next;
|
||||
void *__ptrs[3];
|
||||
};
|
Reference in New Issue
Block a user