summaryrefslogtreecommitdiffstats
path: root/tcl8.6/unix/tclUnixThrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcl8.6/unix/tclUnixThrd.h')
-rw-r--r--tcl8.6/unix/tclUnixThrd.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/tcl8.6/unix/tclUnixThrd.h b/tcl8.6/unix/tclUnixThrd.h
new file mode 100644
index 0000000..f03b530
--- /dev/null
+++ b/tcl8.6/unix/tclUnixThrd.h
@@ -0,0 +1,19 @@
+/*
+ * tclUnixThrd.h --
+ *
+ * This header file defines things for thread support.
+ *
+ * Copyright (c) 1998 Sun Microsystems, Inc.
+ *
+ * See the file "license.terms" for information on usage and redistribution
+ * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+ */
+
+#ifndef _TCLUNIXTHRD
+#define _TCLUNIXTHRD
+
+#ifdef TCL_THREADS
+
+
+#endif /* TCL_THREADS */
+#endif /* _TCLUNIXTHRD */