From 0a5f61bb653fdff7c29c2275df78c7f019a04c0c Mon Sep 17 00:00:00 2001 From: millert Date: Thu, 29 Apr 1999 22:36:41 +0000 Subject: perl5.005_03 --- gnu/usr.bin/perl/os2/os2thread.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gnu/usr.bin/perl/os2/os2thread.h (limited to 'gnu/usr.bin/perl/os2/os2thread.h') diff --git a/gnu/usr.bin/perl/os2/os2thread.h b/gnu/usr.bin/perl/os2/os2thread.h new file mode 100644 index 00000000000..d56fe160ddf --- /dev/null +++ b/gnu/usr.bin/perl/os2/os2thread.h @@ -0,0 +1,16 @@ +#include +#include +#include +typedef int perl_os_thread; + +typedef _rmutex perl_mutex; + +/*typedef HEV perl_cond;*/ /* Will include os2.h into all C files. */ +typedef unsigned long perl_cond; + +typedef int perl_key; + +typedef unsigned long pthread_attr_t; +#define PTHREADS_INCLUDED +#define pthread_attr_init(arg) 0 +#define pthread_attr_setdetachstate(arg1,arg2) 0 -- cgit v1.2.3-59-g8ed1b