Fix file-descriptor leak when pipes fail via taint checks:
[p5sagit/p5-mst-13.2.git] / os2 / os2thread.h
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