summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-16 19:46:38 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-16 19:46:38 +0000
commit2986a63f7e513cf37f46db9f211b77071260031f (patch)
tree9a6e62602396938ea5a612420f53ebf267e8d941 /thread.h
parent87b11a197a59fac210fc9265bde0ef1ffe36de89 (diff)
downloadperl-2986a63f7e513cf37f46db9f211b77071260031f.tar.gz
NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
p4raw-id: //depot/perl@10643
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/thread.h b/thread.h
index 4744aa0bdd..87fcdbe185 100644
--- a/thread.h
+++ b/thread.h
@@ -7,6 +7,9 @@
#ifdef WIN32
# include <win32thread.h>
#else
+#ifdef NETWARE
+# include <nw5thread.h>
+#else
# ifdef OLD_PTHREADS_API /* Here be dragons. */
# define DETACH(t) \
STMT_START { \
@@ -54,6 +57,7 @@
# define pthread_mutexattr_default NULL
# define pthread_condattr_default NULL
# endif
+#endif /* NETWARE */
#endif
#ifndef PTHREAD_CREATE