X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/6ee623d521a149edc6574c512fa951a192cd086a..e5cccf3ce5d62591703f2998f30d65ba7f551844:/os2/os2thread.h diff --git a/os2/os2thread.h b/os2/os2thread.h index d56fe16..e4f8360 100644 --- a/os2/os2thread.h +++ b/os2/os2thread.h @@ -7,8 +7,13 @@ typedef _rmutex perl_mutex; /*typedef HEV perl_cond;*/ /* Will include os2.h into all C files. */ typedef unsigned long perl_cond; +int os2_cond_wait(perl_cond *c, perl_mutex *m); +#ifdef USE_SLOW_THREAD_SPECIFIC typedef int perl_key; +#else +typedef void** perl_key; +#endif typedef unsigned long pthread_attr_t; #define PTHREADS_INCLUDED