mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
155b378a39
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.
5 lines
166 B
C
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_ */
|