cosmopolitan/libc/isystem/nsync.h
2022-09-13 01:47:12 -07:00

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_ */