mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Add posix semaphores support
There's still some bugs to work out on Windows and OpenBSD.
This commit is contained in:
parent
f52f65b2e3
commit
8111462789
36 changed files with 779 additions and 59 deletions
|
@ -1,4 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SEMAPHORE_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_SEMAPHORE_H_
|
||||
#include "libc/calls/semaphore.internal.h"
|
||||
#include "libc/thread/semaphore.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SEMAPHORE_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue