cosmopolitan/libc/isystem/pthread.h
Justine Tunney 155b378a39
Tidy up the threading implementation
The organization of the source files is now much more rational.
Old experiments that didn't work out are now deleted. Naming of
things like files is now more intuitive.
2022-09-10 02:56:25 -07:00

5 lines
166 B
C

#ifndef LIBC_ISYSTEM_PTHREAD_H_
#define LIBC_ISYSTEM_PTHREAD_H_
#include "libc/thread/thread.h"
#include "libc/thread/thread2.h"
#endif /* LIBC_ISYSTEM_PTHREAD_H_ */