diff options
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 12 |
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; |