From a416ab17ecf9f2cb0f1e3f7bd645a8d1ce690ca2 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 18 Feb 2002 03:16:52 +0000 Subject: Major reorganisation of source code; new routine and tests added. --- pthread.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pthread.c') diff --git a/pthread.c b/pthread.c index be70f38..8fb39d7 100644 --- a/pthread.c +++ b/pthread.c @@ -2,7 +2,7 @@ * pthread.c * * Description: - * This translation unit agregates operations on threads. + * This translation unit agregates pthreads-win32 translation units. * It is used for inline optimisation of the library, * maximising for speed at the expense of size. * @@ -42,4 +42,9 @@ #include "attr.c" #include "barrier.c" #include "cancel.c" +#include "condvar.c" +#include "misc.c" +#include "mutex.c" +#include "private.c" +#include "rwlock.c" #include "semaphore.c" -- cgit v1.2.3