X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=os2%2Fos2thread.h;h=e4f8360f9c60a431879390b4df7c021f0d2217da;hb=e52fd6f4ebd87d6146c934dfc974265434a96d9b;hp=d56fe160ddfd4c53402b3b056104684272dc1f4f;hpb=3aefca0416eab0f2104345964c03107793baf1d6;p=p5sagit%2Fp5-mst-13.2.git 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