summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorrpj <rpj>1998-07-11 05:11:54 +0000
committerrpj <rpj>1998-07-11 05:11:54 +0000
commitcafd80143a1ab0b51ba086a2c742311d2b1bf0b6 (patch)
treed2e4e7c2c4497e0a37ae6a79d34c20a01b12fd92 /implement.h
parentfeb77d1c5c5526af7f06fd69645f65c1d97ef0ec (diff)
Preliminary.
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/implement.h b/implement.h
new file mode 100644
index 0000000..0d21ff9
--- /dev/null
+++ b/implement.h
@@ -0,0 +1,12 @@
+/*
+ * implement.h
+ *
+ * Things that do not belong in pthread.h but may be needed
+ * by other parts of this pthreads implementation internally.
+ */
+
+/* FIXME: Arbitrary. Need value from Win32.
+ */
+#define PTHREAD_THREADS_MAX 256;
+
+extern DWORD pthreads_thread_count;