X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=NetWare%2Fnw5thread.h;h=930273b932e1fd2219a2937bb081a044b8bc55f2;hb=40a073c6ab81a3dc2050daf4e83d5bff8cbe147b;hp=895338c68787306131746e4e2011c38cff62cbd7;hpb=2986a63f7e513cf37f46db9f211b77071260031f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/NetWare/nw5thread.h b/NetWare/nw5thread.h index 895338c..930273b 100644 --- a/NetWare/nw5thread.h +++ b/NetWare/nw5thread.h @@ -27,7 +27,12 @@ typedef long perl_key; -#if (defined (USE_ITHREADS) || defined (USE_THREADS)) && defined(MPK_ON) +// The line below is just a definition to avoid compilation error. +// It is not being used anywhere. +// Ananth, 3 Sept 2001 +typedef struct nw_cond { long waiters; unsigned int sem; } perl_cond; + +#if (defined (USE_ITHREADS) || defined (USE_5005THREADS)) && defined(MPK_ON) #ifdef __cplusplus extern "C" {