Updated, non-wordwrapped, patch to README.VMS
[p5sagit/p5-mst-13.2.git] / os2 / os2thread.h
CommitLineData
dd96f567 1#include <sys/builtin.h>
2#include <sys/fmutex.h>
3#include <sys/rmutex.h>
4typedef int pthread_t;
5typedef _rmutex pthread_mutex_t;
6/*typedef HEV pthread_cond_t;*/
7typedef unsigned long pthread_cond_t;
8typedef int pthread_key_t;
9typedef unsigned long pthread_attr_t;
10#define PTHREADS_INCLUDED