mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Add *NSYNC to libc/isystem
This commit is contained in:
parent
6f7d0cb1c3
commit
22b63d0b98
32 changed files with 286 additions and 119 deletions
11
libc/isystem/nsync.h
Normal file
11
libc/isystem/nsync.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_H_
|
||||
#include "third_party/nsync/counter.h"
|
||||
#include "third_party/nsync/cv.h"
|
||||
#include "third_party/nsync/debug.h"
|
||||
#include "third_party/nsync/mu.h"
|
||||
#include "third_party/nsync/mu_wait.h"
|
||||
#include "third_party/nsync/note.h"
|
||||
#include "third_party/nsync/once.h"
|
||||
#include "third_party/nsync/waiter.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue