mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
11 lines
427 B
C
11 lines
427 B
C
#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_ */
|