summaryrefslogtreecommitdiff
path: root/NetWare/nw5thread.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-05 11:48:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-05 11:48:14 +0000
commitfa03377f212c69c47ab6514076e52611d288ed57 (patch)
treebdee922cf57e22732b601ace28dea31779cf043f /NetWare/nw5thread.h
parent53305cf15fa20bba9e66475dfc049c6ed9d96c55 (diff)
downloadperl-fa03377f212c69c47ab6514076e52611d288ed57.tar.gz
NetWare updates from Ananth Kesari.
p4raw-id: //depot/perl@11875
Diffstat (limited to 'NetWare/nw5thread.h')
-rw-r--r--NetWare/nw5thread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/NetWare/nw5thread.h b/NetWare/nw5thread.h
index 58e1596c3c..930273b932 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"