mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18: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_ */
|
4
libc/isystem/nsync_atomic.h
Normal file
4
libc/isystem/nsync_atomic.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_ATOMIC_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_ATOMIC_H_
|
||||
#include "third_party/nsync/atomic.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_ATOMIC_H_ */
|
4
libc/isystem/nsync_counter.h
Normal file
4
libc/isystem/nsync_counter.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_COUNTER_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_COUNTER_H_
|
||||
#include "third_party/nsync/counter.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_COUNTER_H_ */
|
4
libc/isystem/nsync_cv.h
Normal file
4
libc/isystem/nsync_cv.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_CV_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_CV_H_
|
||||
#include "third_party/nsync/cv.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_CV_H_ */
|
4
libc/isystem/nsync_debug.h
Normal file
4
libc/isystem/nsync_debug.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_DEBUG_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_DEBUG_H_
|
||||
#include "third_party/nsync/debug.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_DEBUG_H_ */
|
4
libc/isystem/nsync_mu.h
Normal file
4
libc/isystem/nsync_mu.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_MU_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_MU_H_
|
||||
#include "third_party/nsync/mu.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_MU_H_ */
|
4
libc/isystem/nsync_mu_wait.h
Normal file
4
libc/isystem/nsync_mu_wait.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_MU_WAIT_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_MU_WAIT_H_
|
||||
#include "third_party/nsync/mu_wait.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_MU_WAIT_H_ */
|
4
libc/isystem/nsync_note.h
Normal file
4
libc/isystem/nsync_note.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_NOTE_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_NOTE_H_
|
||||
#include "third_party/nsync/note.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_NOTE_H_ */
|
4
libc/isystem/nsync_once.h
Normal file
4
libc/isystem/nsync_once.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_ONCE_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_ONCE_H_
|
||||
#include "third_party/nsync/once.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_ONCE_H_ */
|
4
libc/isystem/nsync_time.h
Normal file
4
libc/isystem/nsync_time.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_TIME_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_TIME_H_
|
||||
#include "third_party/nsync/time.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_TIME_H_ */
|
4
libc/isystem/nsync_waiter.h
Normal file
4
libc/isystem/nsync_waiter.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_WAITER_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_WAITER_H_
|
||||
#include "third_party/nsync/waiter.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NSYNC_WAITER_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue