mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18: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
|
@ -26,3 +26,5 @@
|
|||
int pthread_equal(pthread_t t1, pthread_t t2) {
|
||||
return t1 == t2;
|
||||
}
|
||||
|
||||
__weak_reference(pthread_equal, thrd_equal);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue