mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 11:48:30 +00:00
Add much of C11 threads.h API
This commit is contained in:
parent
2bfd6b37c1
commit
0eef971494
12 changed files with 141 additions and 0 deletions
|
@ -61,3 +61,5 @@ errno_t cosmo_once(atomic_uint *once, void init(void)) {
|
|||
return EINVAL;
|
||||
}
|
||||
}
|
||||
|
||||
__weak_reference(cosmo_once, call_once);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue