X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=NetWare%2Fnw5thread.h;h=930273b932e1fd2219a2937bb081a044b8bc55f2;hb=40a073c6ab81a3dc2050daf4e83d5bff8cbe147b;hp=58e1596c3cc90f995a9e4934c371f62ca8f9c973;hpb=4d1ff10ffec86208b0da135b87c76b89e61c866e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/NetWare/nw5thread.h b/NetWare/nw5thread.h index 58e1596..930273b 100644 --- a/NetWare/nw5thread.h +++ b/NetWare/nw5thread.h @@ -27,6 +27,11 @@ typedef long perl_key; +// 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"