From cafd80143a1ab0b51ba086a2c742311d2b1bf0b6 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 11 Jul 1998 05:11:54 +0000 Subject: Preliminary. --- implement.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 implement.h (limited to 'implement.h') 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; -- cgit v1.2.3