Import nsync

This commit is contained in:
Justine Tunney 2022-09-10 16:11:26 -07:00
parent cdb2284f0d
commit 5dff63a31c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
50 changed files with 5276 additions and 14 deletions

4
libc/isystem/semaphore.h Normal file
View file

@ -0,0 +1,4 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SEMAPHORE_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_SEMAPHORE_H_
#include "libc/calls/semaphore.internal.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SEMAPHORE_H_ */