cosmopolitan/libc/isystem/pthread.h
2022-09-05 08:27:15 -07:00

5 lines
168 B
C

#ifndef LIBC_ISYSTEM_PTHREAD_H_
#define LIBC_ISYSTEM_PTHREAD_H_
#include "libc/intrin/pthread.h"
#include "libc/intrin/pthread2.h"
#endif /* LIBC_ISYSTEM_PTHREAD_H_ */