summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/implement.h b/implement.h
index 3e270c6..bf55e91 100644
--- a/implement.h
+++ b/implement.h
@@ -7,6 +7,9 @@
#ifndef _IMPLEMENT_H
#define _IMPLEMENT_H
+/* Use internally to initialise const ints and thread admin array sizes. */
+#define _PTHREAD_MAX_THREADS 128
+
#define _PTHREAD_HASH_INDEX(x) (((ULONG) x) % PTHREAD_THREADS_MAX)
enum {