mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 23:13:34 +00:00
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_ */
|