From 4896eb26a6c8fc24e8d12a180f3a10027abb4127 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 12 Jul 1998 15:55:40 +0000 Subject: See the ChangeLog. --- implement.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'implement.h') diff --git a/implement.h b/implement.h index 1df2e11..2e8cbca 100644 --- a/implement.h +++ b/implement.h @@ -1,14 +1,16 @@ /* * implement.h * - * Things that do not belong in pthread.h but may be needed - * by other parts of this pthreads implementation internally. + * Implementation specific (non API) stuff. */ +#ifndef _IMPLEMENT_H +#define _IMPLEMENT_H + /* FIXME: Arbitrary. Need values from Win32. */ #define PTHREAD_THREADS_MAX 256 -#define PTHREAD_STACK_MIN 65535 +#define PTHREAD_STACK_MIN 65535 extern DWORD pthreads_thread_count; @@ -23,3 +25,5 @@ typedef struct { typedef struct { int pshared; } _pthread_condattr_t; + +#endif /* _IMPLEMENT_H */ -- cgit v1.2.3