diff options
author | rpj <rpj> | 1998-08-06 08:32:53 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-08-06 08:32:53 +0000 |
commit | 9b0e93aa59205fa6e35f0d8e5c2065c6e806f114 (patch) | |
tree | 229bda74f9892a8f7bf12693be7d029d98aac87b /implement.h | |
parent | f1f8c6bef1563b8752967631ad024953584964d7 (diff) |
*** empty log message ***
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 3 |
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 { |