Commit | Line | Data |
---|---|---|
dd96f567 | 1 | #include <sys/builtin.h> |
2 | #include <sys/fmutex.h> | |
3 | #include <sys/rmutex.h> | |
4 | typedef int pthread_t; | |
5 | typedef _rmutex pthread_mutex_t; | |
6 | /*typedef HEV pthread_cond_t;*/ | |
7 | typedef unsigned long pthread_cond_t; | |
8 | typedef int pthread_key_t; | |
9 | typedef unsigned long pthread_attr_t; | |
10 | #define PTHREADS_INCLUDED |