cosmopolitan/libc/isystem/nsync.h

12 lines
427 B
C
Raw Normal View History

2022-09-13 08:46:29 +00:00
#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_ */