mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 17:58: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
4
libc/isystem/threads.h
Normal file
4
libc/isystem/threads.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef _THREADS_H
|
||||
#define _THREADS_H
|
||||
#include "libc/thread/threads.h"
|
||||
#endif /* _THREADS_H */
|
Loading…
Add table
Add a link
Reference in a new issue